Plumtree UI Infrastructure API  
 

PTTableBuilder.AddRow Method 

Call this method to add a row to the table built by this builder.

The appropriate number of cells will be added to this row.

public virtual HTMLTableRow AddRow();

Return Value

HTMLTablRow row added

See Also

PTTableBuilder Class | com.plumtree.xpshared.htmlconstructs Namespace