INumericFormatProperties.AdditionalTextLeft property
Gets or sets the string to add to the left of the formatted number.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Property AdditionalTextLeft As String
Get
Set
'Usage
Dim instance As INumericFormatProperties
Dim value As String
value = instance.AdditionalTextLeft
instance.AdditionalTextLeft = value
string AdditionalTextLeft { get; set; }
Property value
Type: System.String
The string to add to the left of the formatted number.
See also
Reference
INumericFormatProperties interface