TotalColumnCount Property (Quote Control)
   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-Quote Control
Back to Quote Properties