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