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