getEndRow method



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

Syntax

rowInt = Range.getEndRow()

Applies to

Range object.

Parameters

none.

Return value

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

See also
getEndColumn method
getStartColumn method
getStartRow method