RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.FixedCols Property

Indicates the number of columns used for dimension captions and dimension value labels.

Pascal
property FixedCols: integer;
C++
__property int FixedCols;

Read FixedCols to determine the number of columns in the decision grid that are not part of the data region. Subtract FixedCols from the value of the ColCount property to obtain the number of columns in the data region. 

 

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