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


In This Topic
    NormalStyle Property
    In This Topic
    Gets the normal style format.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NormalStyle As StyleFormat
    'Usage
     
    
    Dim instance As Styles
    Dim value As StyleFormat
     
    value = instance.NormalStyle
    public StyleFormat NormalStyle {get;}

    Property Value

    The normal style format.
    See Also