Spread WPF 17
GrapeCity.Excel Namespace / IExcelFont Interface / IsAutoColor Property


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

    Property Value

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