Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / PercentNegativePattern Property


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