Spread WinForms 15
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
See Also