SPNumberFormatTypes enumeration

Specifies the number of decimal places to use in number and currency fields.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPNumberFormatTypes
'Usage
Dim instance As SPNumberFormatTypes
public enum SPNumberFormatTypes

Members

Member name Description
Automatic Default setting, which is 2 decimal places.
NoDecimal No decimals are used.
OneDecimal 1 decimal place.
TwoDecimals 2 decimal places.
ThreeDecimals 3 decimal places.
FourDecimals 4 decimal places.
FiveDecimals 5 decimal places.

See also

Reference

Microsoft.SharePoint namespace