GridHeaderItem.GetAllHeadersInTreeBreadthFirst Method
Returns a breadth-first list of all headers in the tree under this header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetAllHeadersInTreeBreadthFirst As List(Of GridHeaderItem)
'Usage
Dim instance As GridHeaderItem
Dim returnValue As List(Of GridHeaderItem)
returnValue = instance.GetAllHeadersInTreeBreadthFirst()
public List<GridHeaderItem> GetAllHeadersInTreeBreadthFirst()
Return Value
Type: System.Collections.Generic.List<GridHeaderItem>
A breadth-first list of all headers.
Remarks
This header is not included in the list.