Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultStyleCollection Class / Styles Field


In This Topic
    Styles Field
    In This Topic
    Represents the array of NamedStyle objects that contain the default styles. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Styles As NamedStyle()
    'Usage
     
    
    Dim value() As NamedStyle()
     
    value = DefaultStyleCollection.Styles
    public static readonly NamedStyle[] Styles
    See Also