FirstRow Property
FirstRow returns or sets the first row of the worksheet used to create the post map or classed post map. Returns a integer.
Syntax
object.FirstRow
object.FirstRow = FirstRow
Parameter |
Type |
Description |
FirstRow |
Integer |
required, first row to read from worksheet. Default = 1. |
Example
This example demonstrates how to set the first row to 3 for a post map.
PostLayer.FirstRow = 3
Used by: ClassedPostLayer Object, PostLayer Object