RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionGrid.ColCount Property

Indicates the total number of columns in the decision grid.

Pascal
property ColCount: Longint;
C++
__property int ColCount;__property Longint ColCount;

Read ColCount to determine the number of columns in the decision grid, including the columns containing dimension captions and label cells. Compute the number of columns in the data region of the decision grid by subtracting the value of FixedCols from ColCount. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!