Spread Windows Forms 12.0 Product Documentation
PercentNegativePattern Property (IRegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IRegionalSettings Interface : PercentNegativePattern Property
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;}

Property Value

Integer number for formatting negative percent values
Remarks

Values match the Microsoft .NET NumberFormatInfo.PercentNegativePattern values.

See Also

Reference

IRegionalSettings Interface
IRegionalSettings Members