Spread Silverlight Documentation
IsAutoColor Property (IExcelColor)


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

Property Value

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

Reference

IExcelColor Interface
IExcelColor Members