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
headers
Type: System.Collections.Generic.List<GridHeaderItem>The headers.
Return Value
Type: System.Int32
The maximum depth of the tree.