Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / Worksheet Property


In This Topic
Worksheet Property (ITable)
In This Topic
Gets the worksheet object for the specified table.
Syntax
'Declaration
 
ReadOnly Property Worksheet As IWorksheet
 
'Usage
 
Dim instance As ITable
Dim value As IWorksheet
 
value = instance.Worksheet

Property Value

The worksheet contains the specified table.
See Also