Spread Silverlight Documentation
ApplyFont Property (IExtendedFormat)


GrapeCity.Excel Namespace > IExtendedFormat Interface : ApplyFont Property
Gets or sets the flag indicate whether apply the font
Syntax
'Declaration
 
Property ApplyFont As System.Nullable(Of Boolean)
'Usage
 
Dim instance As IExtendedFormat
Dim value As System.Nullable(Of Boolean)
 
instance.ApplyFont = value
 
value = instance.ApplyFont
System.Nullable<bool> ApplyFont {get; set;}

Property Value

Apply font or not.
See Also

Reference

IExtendedFormat Interface
IExtendedFormat Members