Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / Styles Property


In This Topic
    Styles Property (GcSpreadSheet)
    In This Topic
    Gets a CellStyleInfoCollection object for the styles of the GcSpreadSheet.
    Syntax
    'Declaration
     
    <CategoryAttribute("Workbook")>
    Public ReadOnly Property Styles As CellStyleInfoCollection
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As CellStyleInfoCollection
     
    value = instance.Styles
    [Category("Workbook")]
    public CellStyleInfoCollection Styles {get;}
    See Also