Spread Windows Forms 12.0 Product Documentation
EntireColumn Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : EntireColumn Property
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

Reference

IRange Interface
IRange Members