Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / IsAutoColor Method


In This Topic
    IsAutoColor Method (Color)
    In This Topic
    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()
    See Also