Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Style Property


In This Topic
    Style Property (Font)
    In This Topic
    Gets a FontStyle value indicates the font style.
    Syntax
    'Declaration
     
    
    Public Property Style As FontStyle
    'Usage
     
    
    Dim instance As Font
    Dim value As FontStyle
     
    instance.Style = value
     
    value = instance.Style
    public FontStyle Style {get; set;}

    Property Value

    A FontStyle value represents the font style.
    See Also