Plumtree UI Infrastructure API  
 

PTTableBuilder.GetCells Method 

Call this method to obtain an enumeration of the cells within a given row within the table built by this builder.

public virtual IXPEnumerator GetCells(
   int row
);

Parameters

row
Pass the index of the row you wish to obtain. If this row doesnt exist in the table, you will receive null;

Return Value

IXPEnumerator cells

See Also

PTTableBuilder Class | com.plumtree.xpshared.htmlconstructs Namespace