Returns or sets how many rows there are in each column of a data grid associated with a chart.
Syntax
object.RowCount [ = count]
The RowCount property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
count | Integer. The number of rows in a column. |
Remarks
The virtual data grid is represented by the DataGrid object.