In This Topic
Gets the range reference of this
Table.
Syntax
'Declaration
Public ReadOnly Property Range As Reference
'Usage
Dim instance As Table
Dim value As Reference
value = instance.Range
public Reference Range {get;}
Property Value
A
GrapeCity.CalcEngine.RangeReference value represents the range reference of this
Table.
See Also