指定要使用数字和货币字段中的小数位数号码。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Enumeration SPNumberFormatTypes
用法
Dim instance As SPNumberFormatTypes
public enum SPNumberFormatTypes
成员
| 成员名称 | 说明 | |
|---|---|---|
| Automatic | 默认设置,即 2 的小数位数。 | |
| NoDecimal | 使用没有小数位。 | |
| OneDecimal | 1 的小数位。 | |
| TwoDecimals | 2 的小数位数。 | |
| ThreeDecimals | 3 的小数位数。 | |
| FourDecimals | 4 的小数位数。 | |
| FiveDecimals | 5 的小数位数。 |