Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / CurrencyNegativePattern Property


In This Topic
    CurrencyNegativePattern Property (IRegionalSettings)
    In This Topic
    Gets or sets the format for negative currency values.
    Syntax
    'Declaration
     
    Property CurrencyNegativePattern As Integer
    'Usage
     
    Dim instance As IRegionalSettings
    Dim value As Integer
     
    instance.CurrencyNegativePattern = value
     
    value = instance.CurrencyNegativePattern
    int CurrencyNegativePattern {get; set;}

    Property Value

    Integer number for formatting negative currency values
    Remarks
    Values match the Microsoft .NET NumberFormatInfo.CurrencyNegativePattern values.
    See Also