Spread Windows Forms 12.0 Product Documentation
IncludeFont Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : IncludeFont Property
Gets a value indicating whether the style includes the font properties.
Syntax
'Declaration
 
Property IncludeFont As Boolean
'Usage
 
Dim instance As IStyle
Dim value As Boolean
 
instance.IncludeFont = value
 
value = instance.IncludeFont
bool IncludeFont {get; set;}

Property Value

true if the style includes the font properties; otherwise, false.
See Also

Reference

IStyle Interface
IStyle Members