getStartRow method



Returns the index to the first row in the referenced range.

Syntax

rowInt = Range.getStartRow()

Applies to

Range object.

Parameters

none.

Return value

integer. The index to the first row in the range. Indexing is 0-based.

See also
getEndColumn method
getEndRow method
getStartColumn method