Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetReference Structure / Range Property


In This Topic
Range Property (WorksheetReference)
In This Topic
Gets the range of cells.
Syntax
'Declaration
 
Public ReadOnly Property Range As Reference
 
'Usage
 
Dim instance As WorksheetReference
Dim value As Reference
 
value = instance.Range
See Also