Spread Windows Forms 6.0 Product Documentation
NumberDecimalDigits Property
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > RegionalSettings Class : NumberDecimalDigits Property


Glossary Item Box

Gets or sets the number of decimal places to display in numeric values.

Syntax

Visual Basic (Declaration) 
Public Property NumberDecimalDigits As Integer
Visual Basic (Usage)Copy Code
Dim instance As RegionalSettings
Dim value As Integer
 
instance.NumberDecimalDigits = value
 
value = instance.NumberDecimalDigits
C# 
public int NumberDecimalDigits {get; set;}

Property Value

Integer number of decimal places for numeric values

Remarks

Specify the decimal symbol by setting the DecimalSeparator property.

If you are working with currency values, specify the number of decimal places to display by setting the CurrencyDecimalDigits property.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.