v4.0
Returns or sets the number of rows contained in the GridData object as a Long. It is possible to change the number of rows even after data has been assigned to the GridData object. The value must be greater than zero.
// get accessor Int32 rtn = GridData.RowCount; // set accessor GridData.RowCount = Int32; |