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


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