Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IColorFormatter Interface / HasFormatedColor Property


In This Topic
    HasFormatedColor Property (IColorFormatter)
    In This Topic
    Gets whether this formatted text contains a foreground color.
    Syntax
    'Declaration
     
    ReadOnly Property HasFormatedColor As Boolean
    'Usage
     
    Dim instance As IColorFormatter
    Dim value As Boolean
     
    value = instance.HasFormatedColor
    bool HasFormatedColor {get;}
    Remarks
    true if this formatted text contains a foreground color; otherwise, false.
    See Also