C4 Engine
C4 Engine API Documentation

TableWidget::SetColumnCount

Defined in:  C4Widgets.h
Sets the number of columns in a table.
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

TableWidget::GetColumnCount

TableWidget::GetCellSize

TableWidget::SetCellSize