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


In This Topic
Workbook Property (Command)
In This Topic
Gets the workbook.
Syntax
'Declaration
 
Protected ReadOnly Property Workbook As IWorkbook
 
'Usage
 
Dim instance As Command
Dim value As IWorkbook
 
value = instance.Workbook
See Also