共用方式為


SPNumberFormatTypes enumeration

指定要在數字和貨幣欄位中使用小數位的數。

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

Syntax

'宣告
Public Enumeration SPNumberFormatTypes
'用途
Dim instance As SPNumberFormatTypes
public enum SPNumberFormatTypes

Members

Member name Description
Automatic 預設設定,就是 2 位小數。
NoDecimal 使用沒有小數位數。
OneDecimal 1 的小數位數四捨五入。
TwoDecimals 2 位小數。
ThreeDecimals 3 位小數。
FourDecimals 4 位小數。
FiveDecimals 5 個小數位數。

請參閱

參照

Microsoft.SharePoint namespace