Spread Silverlight Documentation
Font Property (IExtendedFormat)


GrapeCity.Excel Namespace > IExtendedFormat Interface : Font Property
Gets or sets the font of the ExtendedFormat.
Syntax
'Declaration
 
Property Font As IExcelFont
'Usage
 
Dim instance As IExtendedFormat
Dim value As IExcelFont
 
instance.Font = value
 
value = instance.Font
IExcelFont Font {get; set;}

Property Value

The font of the ExtendedFormat.
See Also

Reference

IExtendedFormat Interface
IExtendedFormat Members