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