Spread Silverlight Documentation
Font Property (ExtendedFormat)


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

Property Value

The font of the ExtendedFormat.
See Also

Reference

ExtendedFormat Class
ExtendedFormat Members