Fills a number of data grid rows associated with a chart with random values.
Syntax
object.RandomFillRows (row, count)
The RandomFillRows method syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
row | Integer. Identifies the first row you wish to fill. Rows are numbered from top to bottom beginning with 1. |
count | Integer. Specifies the number of rows you want to fill with random data. |