Spread Silverlight Documentation
IsAutoColor Property (IExcelFont)


GrapeCity.Excel Namespace > IExcelFont Interface : IsAutoColor Property
Gets or sets a value indicating whether the font color is auto color
Syntax
'Declaration
 
Property IsAutoColor As System.Boolean
'Usage
 
Dim instance As IExcelFont
Dim value As System.Boolean
 
instance.IsAutoColor = value
 
value = instance.IsAutoColor
System.bool IsAutoColor {get; set;}

Property Value

true if this font color is auto color; otherwise, false.
See Also

Reference

IExcelFont Interface
IExcelFont Members