FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TopRankedValuesConditionalFormattingRule Class / FontStyle Property


In This Topic
FontStyle Property (TopRankedValuesConditionalFormattingRule)
In This Topic
Gets the font style.
Syntax
'Declaration
 
Public Property FontStyle As SpreadFontStyle
 
'Usage
 
Dim instance As TopRankedValuesConditionalFormattingRule
Dim value As SpreadFontStyle
 
instance.FontStyle = value
 
value = instance.FontStyle
See Also