Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellRangeDataSource Class / Reference Property


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