Spread Silverlight Documentation
FontScheme Property (IExcelFont)


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

Property Value

The font scheme.
See Also

Reference

IExcelFont Interface
IExcelFont Members