Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / IncludeFont Property


In This Topic
IncludeFont Property
In This Topic
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

Property Value

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