FirstRow Property [WksStatistics]
The FirstRow property returns the first row from which the data were retrieved. Returns a Variant. This is a read-only property.
Syntax
object.FirstRow( Col )
Parameter | Type | Description |
Col | Long | optional, default=1 (column A) |
Example
This example demonstrates how to return the first row containing data values in column C.
Debug.Print "First Input Row (Header) "; Stats.FirstRow(3)
Used by: WksStatistics object