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