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


In This Topic
    WorkbookSet Property (Worksheet)
    In This Topic
    Gets the WorkbookSet object contains current Worksheet object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WorkbookSet As WorkbookSet
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As WorkbookSet
     
    value = instance.WorkbookSet
    public WorkbookSet WorkbookSet {get;}
    See Also