Column2 Property (IRange)
In This Topic
Gets the zero based column number of the last column of this
IRange.
Syntax
'Declaration
ReadOnly Property Column2 As Integer
'Usage
Dim instance As IRange
Dim value As Integer
value = instance.Column2
Property Value
An integer that specifies the zero based column number of the last column.
See Also