INumericFormatProperties.CanDecreaseDecimalPlace property
Gets a Boolean value that indicates whether the number of decimal places can be decreased.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
ReadOnly Property CanDecreaseDecimalPlace As Boolean
Get
'Usage
Dim instance As INumericFormatProperties
Dim value As Boolean
value = instance.CanDecreaseDecimalPlace
bool CanDecreaseDecimalPlace { get; }
Property value
Type: System.Boolean
true if the decimal place can be decreased; otherwise, false.
See also
Reference
INumericFormatProperties interface