Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / Workbook Property


In This Topic
    Workbook Property (Styles)
    In This Topic
    Gets the workbook which is associated with this Styles instance.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property Workbook As Workbook
    'Usage
     
    
    Dim instance As Styles
    Dim value As Workbook
     
    value = instance.Workbook
    protected Workbook Workbook {get;}
    See Also