SPRegionalSettings.NegNumberMode property
取得按照伺服器的地區設定在計算的欄位中顯示負數所用的負數模式。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property NegNumberMode As UInteger
Get
'用途
Dim instance As SPRegionalSettings
Dim value As UInteger
value = instance.NegNumberMode
public uint NegNumberMode { get; }
Property value
Type: System.UInt32
正負號的 32 位元整數,表示負數的數字模式。
備註
NegNumberMode屬性會包含一個列在下表根據網站的地區設定的值。
值 |
描述 |
範例 |
---|---|---|
0 |
括弧括住含有數。 |
(1.1) |
1 |
放置的數字之前。 |
-1.1 |
2 |
放置額外的空間的數字之前。 |
- 1.1 |
3 |
放置編號之後。 |
1.1- |
4 |
額外的空間數後置入。 |
1.1 - |