Spread Windows Forms 12.0 Product Documentation
PercentDecimalDigits Property (IRegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IRegionalSettings Interface : PercentDecimalDigits Property
Gets or sets the number of decimal places in percent values.
Syntax
'Declaration
 
Property PercentDecimalDigits As Integer
'Usage
 
Dim instance As IRegionalSettings
Dim value As Integer
 
instance.PercentDecimalDigits = value
 
value = instance.PercentDecimalDigits
int PercentDecimalDigits {get; set;}

Property Value

Integer number of decimal places for percent values
Remarks
Specify the percent symbol by setting the PercentSign property.
See Also

Reference

IRegionalSettings Interface
IRegionalSettings Members