Spread Windows Forms 12.0 Product Documentation
Worksheet Property (ITable)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : Worksheet Property
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
IWorksheet Worksheet {get;}

Property Value

The worksheet contains the specified table.
See Also

Reference

ITable Interface
ITable Members