Spread WPF 17
GrapeCity.Excel Namespace / ExcelColor Class / IsAutoColor Property


In This Topic
    IsAutoColor Property (ExcelColor)
    In This Topic
    Gets or sets a value indicating whether this instance is auto color.
    Syntax
    'Declaration
     
    Public Property IsAutoColor As Boolean
    'Usage
     
    Dim instance As ExcelColor
    Dim value As Boolean
     
    instance.IsAutoColor = value
     
    value = instance.IsAutoColor
    public bool IsAutoColor {get; set;}

    Property Value

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