RowCount (GridData) *

Introduced

4.0

Description

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.

C# Syntax

// get accessor
Int32 rtn = GridData.RowCount;

// set accessor
GridData.RowCount = Int32;

See Also

GridData.ColumnCount

GridData.Data



Autodesk Softimage v7.5