TotalColumnCount Property
Windows - Visual C++
Read Only
Description
The TotalColumnCount property
returns the total number of columns that can be displayed, including
those that are currently invisible.
Syntax
short value = GetTotalColumnCount();
The TotalColumnCount syntax has these parts:
Part |
Description |
|
value |
An integer containing the total number of columns. |
Remarks
The VisibleColumnCount
property returns the number of visible columns
See Also: VisibleColumnCount ColumnWidth ColumnPosition ColumnName ColumnIdentifier-Feed Control ColumnIdentifier-Headline Control ColumnIdentifier-Quote Control
Back to: Feed Properties Headline Properties Quote Properties