Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / IsFormattedColorForNegativeValues Method


In This Topic
    IsFormattedColorForNegativeValues Method
    In This Topic
    Indicates whether the current formatter will format negative value with the specified color.
    Syntax
    'Declaration
     
    
    Function IsFormattedColorForNegativeValues() As Boolean
    'Usage
     
    
    Dim instance As IFormatter
    Dim value As Boolean
     
    value = instance.IsFormattedColorForNegativeValues()
    bool IsFormattedColorForNegativeValues()

    Return Value

    true if the negative value is formatted with the specified color; otherwise, false.
    See Also