Spread Windows Forms 12.0 Product Documentation
Range Property (ITable)


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

Property Value

The range.
See Also

Reference

ITable Interface
ITable Members