RowsOrColumnsCount Property (IListGrid)
In This Topic
Gets the number of rows or columns, depending on the grow direction.
Syntax
'Declaration
ReadOnly Property RowsOrColumnsCount As Integer
int RowsOrColumnsCount {get;}
Property Value
An
System.Int32 representing the number of rows or columns.
See Also