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


In This Topic
    NegativeSign Property (IRegionalSettings)
    In This Topic
    Gets or sets the string that indicates a negative value.
    Syntax
    'Declaration
     
    
    Property NegativeSign As String
    'Usage
     
    
    Dim instance As IRegionalSettings
    Dim value As String
     
    instance.NegativeSign = value
     
    value = instance.NegativeSign
    string NegativeSign {get; set;}
    See Also