Spread Windows Forms 12.0 Product Documentation
NegativeSign Property (RegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > RegionalSettings Class : NegativeSign Property
Gets or sets the string to use as the negative sign in numeric values.
Syntax
'Declaration
 
Public Property NegativeSign As String
'Usage
 
Dim instance As RegionalSettings
Dim value As String
 
instance.NegativeSign = value
 
value = instance.NegativeSign
public string NegativeSign {get; set;}

Property Value

String containing the symbol for negative values
Remarks

You can specify more than one character for the negative sign.

Specify the format in which negative numbers are displayed by setting the NumberNegativePattern property.

See Also

Reference

RegionalSettings Class
RegionalSettings Members
NumberNegativePattern Property