RegionalSettings.NegNumberMode 屬性
取得按照伺服器的地區設定在計算的欄位中顯示負數所用的負數模式。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property NegNumberMode As UInteger
Get
'用途
Dim instance As RegionalSettings
Dim value As UInteger
value = instance.NegNumberMode
public uint NegNumberMode { get; }
屬性值
類型:System.UInt32
負數模式。
備註
NegNumberMode屬性的其中一個下列表格,根據網站的地區設定中所列的值。
值 |
說明 |
範例 |
---|---|---|
0 |
括號括住包含數字。 |
(1.1) |
1 |
放置在數字前。 |
-1.1 |
2 |
放置之前有額外間距的數字。 |
- 1.1 |
3 |
放置後的數字。 |
1.1- |
4 |
放置後有額外間距的數字。 |
1.1 - |