RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.RowCount Property

Indicates the total number of rows in the decision grid.

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

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

 

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