Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / Auto Field


In This Topic
    Auto Field
    In This Topic
    Represents a color that is automated by the application. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Auto As Color
    'Usage
     
    
    Dim value As Color
     
    value = Color.Auto
    public static readonly Color Auto
    See Also