AutoLastCol Property

The AutoLastCol property returns or sets if the last column of the grid should be automatically used in the map. Returns a Boolean.

Syntax

object.AutoLastCol

object.AutoLastCol = AutoLastCol

 

Parameter Type Description
AutoLastCol Boolean Required, true to use the last column

 

Example

This example shows how to set the Auto Last Column to false for the gridding object.

ContGrid.AutolastCol = False

 

Used by: AutoSurfaceGridMap object