Uiinfrastructure API Docs  
 

PTTableBuilder Constructor (Int32, Int32)

Creates a new PTTableBuilder object.

The table produced by this builder constructed in this way will contain the specified number of rows, will be "100%" wide, with cellspacing and cellpadding each "0", no style classes will be set.

public PTTableBuilder(
   int rows,
   int cols
);

Parameters

rows
Pass the number of rows this table spans.
cols
Pass the number of columns this table spans.

See Also

PTTableBuilder Class | com.plumtree.xpshared.htmlconstructs Namespace | PTTableBuilder Constructor Overload List