Spread Silverlight Documentation
FontScheme Property (ExcelFont)


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

Property Value

The font scheme.
See Also

Reference

ExcelFont Class
ExcelFont Members