Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
path
Type: System.Collections.Generic.List<GridHeaderItem>The list of headers.
Return Value
Type: System.String
A string representation of the specified cell coordinates.