GridHeaderItem.PathToString Method

Converts the specified cell coordinates to a string.

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

Syntax

'Declaration
Public Shared Function PathToString ( _
    path As List(Of GridHeaderItem) _
) As String
'Usage
Dim path As List(Of GridHeaderItem)
Dim returnValue As String

returnValue = GridHeaderItem.PathToString(path)
public static string PathToString(
    List<GridHeaderItem> path
)

Parameters

Return Value

Type: System.String
A string representation of the specified cell coordinates.

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace