Spread Windows Forms 17
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
    protected IWorkbook Workbook {get;}
    See Also