Share via


GridHeaderUtils.GetMaxLayerDepth method

Returns the maximum depth of the tree.

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

Syntax

'Declaration
Public Shared Function GetMaxLayerDepth ( _
    headers As List(Of GridHeaderItem) _
) As Integer
'Usage
Dim headers As List(Of GridHeaderItem)
Dim returnValue As Integer

returnValue = GridHeaderUtils.GetMaxLayerDepth(headers)
public static int GetMaxLayerDepth(
    List<GridHeaderItem> headers
)

Parameters

Return value

Type: System.Int32
The maximum depth of the tree.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace