GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / EntireColumn Property


In This Topic
EntireColumn Property
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

Property Value

A IRange object that represents the entire column.
See Also