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


In This Topic
    WorkbookSet Property (Workbook)
    In This Topic
    Gets the container of this item.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property WorkbookSet As WorkbookSet
    'Usage
     
    
    Dim instance As Workbook
    Dim value As WorkbookSet
     
    value = instance.WorkbookSet
    public override 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