Spread Windows Forms 17
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.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Styles As NamedStyle()
    'Usage
     
    
    Dim value() As NamedStyle()
     
    value = DefaultStyleCollection.Styles
    public static readonly NamedStyle[] Styles
    See Also