Spread Windows Forms 12.0 Product Documentation
Range Property (ITableColumn)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableColumn Interface : Range Property
Gets an IRange object that represents the range to which the specified table object in the above table applies.
Syntax
'Declaration
 
ReadOnly Property Range As IRange
'Usage
 
Dim instance As ITableColumn
Dim value As IRange
 
value = instance.Range
IRange Range {get;}

Property Value

The IRange object that represents the range to which the specified table object in the above table applies.
See Also

Reference

ITableColumn Interface
ITableColumn Members