Uiinfrastructure API Docs  
 

EditorView.AddEmptyCellToRow Method

Adds an empty Cell to the Row passed in argument.

Overload List

Adds an empty Cell to the Row passed in argument.

public virtual void AddEmptyCellToRow(HTMLTableRow);

Adds an empty Cell of the specified width to the Row passed in argument.

public virtual void AddEmptyCellToRow(HTMLTableRow,string);

See Also

EditorView Class | com.plumtree.uiinfrastructure.editor Namespace