getEndColumn method



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

Syntax

columnInt = Range.getEndColumn()

Applies to

Range object.

Parameters

none.

Return value

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

See also
getEndRow method
getStartColumn method
getStartRow method