Uiinfrastructure API Docs  
 

EditorView.AddEmptyRowToTable Method

Adds an empty Row to the Table passed in argument.

Overload List

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);

See Also

EditorView Class | com.plumtree.uiinfrastructure.editor Namespace