Uiinfrastructure API Docs  
 

PTTableBuilder Constructor (Int32, Int32, String, String, String)

Creates a new PTTableBuilder object.

No style classes will be set for the table produced by this builder constructed in this way,

public PTTableBuilder(
   int rows,
   int cols,
   string sWidth,
   string sCellPadding,
   string sCellSpacing
);

Parameters

rows
Pass the number of rows this table spans.
cols
Pass the number of columns this table spans.
sWidth
Pass the width of this table.
sCellPadding
Pass the cell padding.
sCellSpacing
Pass the cell spacing.

See Also

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