FirstRow Property

FirstRow 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

Example

This example demonstrates how to return the first row from which the data values were created in column C.

Debug.Print "First Input Row (Header) "; Stats.FirstRow(3)

Used by: WksStatistics object