Share via


GridHeaderUtils.GetLeafMostHeaderOfType method (GridHeaderItem, ScorecardNodeTypes)

Returns the leaf-most header of the specified type in a header tree.

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

Syntax

'Declaration
Public Shared Function GetLeafMostHeaderOfType ( _
    header As GridHeaderItem, _
    type As ScorecardNodeTypes _
) As GridHeaderItem
'Usage
Dim header As GridHeaderItem
Dim type As ScorecardNodeTypes
Dim returnValue As GridHeaderItem

returnValue = GridHeaderUtils.GetLeafMostHeaderOfType(header, _
    type)
public static GridHeaderItem GetLeafMostHeaderOfType(
    GridHeaderItem header,
    ScorecardNodeTypes type
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItem
The leaf-most header of the specified type in a tree, if found; otherwise, a null reference (Nothing in Visual Basic).

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

GetLeafMostHeaderOfType overload

Microsoft.PerformancePoint.Scorecards namespace