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


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

    Return Value

    true if the negative value is formatted with the parentheses; otherwise, false.
    Remarks
    Should be override by SpreadWin.
    See Also