Spread Silverlight Documentation
IsAutoColor Property (ExcelFont)


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

Property Value

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

Reference

ExcelFont Class
ExcelFont Members