Spread Silverlight Documentation
FontColor Property (ExcelFont)


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

Property Value

The color of the font.
See Also

Reference

ExcelFont Class
ExcelFont Members