Spread Windows Forms 12.0 Product Documentation
PercentNegativePattern Property (RegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > RegionalSettings Class : PercentNegativePattern Property
Gets or sets the format for displaying negative percent values.
Syntax
'Declaration
 
Public Property PercentNegativePattern As Integer
'Usage
 
Dim instance As RegionalSettings
Dim value As Integer
 
instance.PercentNegativePattern = value
 
value = instance.PercentNegativePattern
public int PercentNegativePattern {get; set;}

Property Value

Integer number for formatting negative percent values
Remarks

Values match the Microsoft .NET NumberFormatInfo.PercentNegativePattern values.

See Also

Reference

RegionalSettings Class
RegionalSettings Members