Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Styles Property


In This Topic
    Styles Property (IWorksheet)
    In This Topic
    Gets a IWorksheetStyles collection that represents all the styles in the worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Styles As IWorksheetStyles
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IWorksheetStyles
     
    value = instance.Styles
    IWorksheetStyles Styles {get;}

    Property Value

    A IWorksheetStyles collection that represents all the styles in the worksheet.
    See Also