Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HighlightConditionalFormattingRule Class / FontStyle Property


In This Topic
    FontStyle Property (HighlightConditionalFormattingRule)
    In This Topic
    Gets the font style.
    Syntax
    'Declaration
     
    
    Public Property FontStyle As SpreadFontStyle
    'Usage
     
    
    Dim instance As HighlightConditionalFormattingRule
    Dim value As SpreadFontStyle
     
    instance.FontStyle = value
     
    value = instance.FontStyle
    public SpreadFontStyle FontStyle {get; set;}
    See Also