Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookBase Class / WorkbookSet Property


In This Topic
    WorkbookSet Property (WorkbookBase)
    In This Topic
    Gets the container of this item.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property WorkbookSet As WorkbookSet
    'Usage
     
    
    Dim instance As WorkbookBase
    Dim value As WorkbookSet
     
    value = instance.WorkbookSet
    public virtual WorkbookSet WorkbookSet {get;}

    Property Value

    An object indicates the container.
    Remarks
    Although the caller can assign new value to the container, it's not recommended. The setter is intended to be used internal only.
    See Also