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


In This Topic
Worksheet Property (WorksheetReference)
In This Topic
Gets the worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Worksheet As IWorksheet
 
'Usage
 
Dim instance As WorksheetReference
Dim value As IWorksheet
 
value = instance.Worksheet
See Also