getStartColumn method



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

Syntax

columnInt = Range.getStartColumn()

Applies to

Range object.

Parameters

none.

Return value

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

See also
getEndColumn method
getEndRow method
getStartRow method