다음을 통해 공유


INumericFormatProperties.UseThousandsSeparator Property

Gets or sets a Boolean value that indicates whether to use thousands separators to format numbers.

Namespace:  Microsoft.PerformancePoint.Scorecards.Formatting
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Property UseThousandsSeparator As Boolean
    Get
    Set
'Usage
Dim instance As INumericFormatProperties
Dim value As Boolean

value = instance.UseThousandsSeparator

instance.UseThousandsSeparator = value
bool UseThousandsSeparator { get; set; }

Property Value

Type: System.Boolean
true if a thousands separator is used for numeric formatting; otherwise false.

See Also

Reference

INumericFormatProperties Interface

INumericFormatProperties Members

Microsoft.PerformancePoint.Scorecards.Formatting Namespace