GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class / Worksheet Property


In This Topic
Worksheet Property (Command)
In This Topic
Gets or sets the worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Worksheet As IWorksheet
 
'Usage
 
Dim instance As Command
Dim value As IWorksheet
 
value = instance.Worksheet

Property Value

The worksheet object.
See Also