Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandManager Class / WorkbookSet Property


In This Topic
    WorkbookSet Property (CommandManager)
    In This Topic
    Gets the GrapeCity.Spreadsheet.IWorkbookSet object which owns this command manager.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WorkbookSet As IWorkbookSet
    'Usage
     
    
    Dim instance As CommandManager
    Dim value As IWorkbookSet
     
    value = instance.WorkbookSet
    public IWorkbookSet WorkbookSet {get;}
    See Also