AutoFirstRow Property
The AutoFirstRow property returns or sets if the first row of the grid should be automatically used in the map. Returns a Boolean.
Syntax
object.AutoFirstRow
object.AutoFirstRow = AutoFirstRow
Parameter | Type | Description |
AutoFirstRow | Boolean | Required, true to use the first row |
Example
This example shows how to set the Auto First Row to false for the gridding object.
ContGrid.AutoFirstrow = False
Used by: AutoSurfaceGridMap object