FirstRow Property [AutoSurfaceGridMap]
The FirstRow property returns or sets the first row of data to be used for a plot. Returns a Long.
Syntax
object.FirstRow
object.FirstRow = FirstRow
Parameter | Type | Description |
FirstRow | Long | required, row number |
Example
This example shows how to set the First Row for the gridding object.
SurfGrid.AutoFirstrow = False
SurfGrid.FirstRow = 7
Used by: AutoSurfaceGridMap object