次の方法で共有


RegionalSettings.NegNumberMode プロパティ

Gets the negative number mode that is used for displaying negative numbers in calculated fields based on the locale of the server.

名前空間:  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
The negative number mode.

注釈

The NegNumberMode property contains one of the values listed in the following table, depending on the regional settings for the site.

Value

Description

Example

0

Parentheses contain the number.

(1.1)

1

Placed before the number.

-1.1

2

Placed before the number with extra space.

- 1.1

3

Placed after the number.

1.1-

4

Placed after the number with extra space.

1.1 -

関連項目

参照先

RegionalSettings クラス

RegionalSettings メンバー

Microsoft.SharePoint.Client 名前空間