다음을 통해 공유


INumericFormatProperties.AdditionalTextRight Property

Gets or sets the string to add to the right of the formatted number.

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

Syntax

'Declaration
Property AdditionalTextRight As String
    Get
    Set
'Usage
Dim instance As INumericFormatProperties
Dim value As String

value = instance.AdditionalTextRight

instance.AdditionalTextRight = value
string AdditionalTextRight { get; set; }

Property Value

Type: System.String
The string to add to the right of the formatted number.

See Also

Reference

INumericFormatProperties Interface

INumericFormatProperties Members

Microsoft.PerformancePoint.Scorecards.Formatting Namespace