Spread Silverlight Documentation
FontColor Property (IExcelFont)


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

Property Value

The color of the font.
See Also

Reference

IExcelFont Interface
IExcelFont Members