In This Topic
Gets a
IRange object that represents the entire column (or columns) that contains the specified range.
Syntax
'Declaration
ReadOnly Property EntireColumn As IRange
'Usage
Dim instance As IRange
Dim value As IRange
value = instance.EntireColumn
IRange EntireColumn {get;}
Property Value
A
IRange object that represents the entire column.
See Also