AutoRows Property
The AutoRows property returns or sets if the default number of rows value of the grid data should be automatically used when gridding the data. Returns a Boolean.
Syntax
object.AutoRows
object.AutoRows = AutoRows
Parameter | Type | Description |
AutoRows | Boolean | required, true to use the default rows value |
Example
This example shows how to set the Auto Rows to false for the gridding object.
ContGrid.AutoRows = False
Used by: AutoGriddingObj object