TableWidget::SetColumnCount
Defined in:
Sets the number of columns in a table.
C4Widgets.h
Prototype
void SetColumnCount(int32 columns) const;
Parameters
columns |
The new column count for the table. |
Description
The GetColumnCount
function sets the number of columns in a table to that specified by the columns
parameter.
See Also