Spread Windows Forms 17
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;}
    See Also