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


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