LastCol Property [AutoSurfaceGridMap]

The LastCol property returns or sets the last column of data to be used for a plot. Returns a Long.

Syntax

object.LastCol

object.LastCol = LastCol

 

Parameter Type Description
LastCol Long required, column number

 

Example

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

ContGrid.AutolastCol = False

ContGrid.LastCol = 38

 

Used by: AutoSurfaceGridMap object