Spread Windows Forms 12.0 Product Documentation
IsAutoColor Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Color Structure : IsAutoColor Method
Gets a value indicating whether this color represent an automatic color.
Syntax
'Declaration
 
Public Function IsAutoColor() As Boolean
'Usage
 
Dim instance As Color
Dim value As Boolean
 
value = instance.IsAutoColor()
public bool IsAutoColor()

Return Value

true if this color represent an automatic color; otherwise, false.
See Also

Reference

Color Structure
Color Members