FirstCol Property [AutoSurfaceGridMap]
The FirstCol property returns or sets the first column of data to be used for a plot. Returns a Long.
Syntax
object.FirstCol
object.FirstCol = FirstCol
Parameter | Type | Description |
FirstCol | Long | required, column number |
Example
This example shows how to set the First Column for the gridding object.
ContGrid.AutoFirstCol = False
ContGrid.FirstCol = 2
Used by: AutoSurfaceGridMap object