Adds an empty Row to the Table passed in argument.
Adds an empty Row to the Table passed in argument.
public virtual void AddEmptyRowToTable(HTMLTable);
Adds an empty Row of the specified height to the Table passed in argument.
public virtual void AddEmptyRowToTable(HTMLTable,string);
EditorView Class | com.plumtree.uiinfrastructure.editor Namespace