RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.FixedRows Property

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

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

Read FixedRows to determine the number of rows in the decision grid that are not part of the data region. Subtract FixedRows from the value of the RowCount property to obtain the number of rows in the data region. 

 

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