GridHeaderItem.GetAllAncestors Method
Returns a list of ancestor (parent) headers in the tree.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetAllAncestors As List(Of GridHeaderItem)
'Usage
Dim instance As GridHeaderItem
Dim returnValue As List(Of GridHeaderItem)
returnValue = instance.GetAllAncestors()
public List<GridHeaderItem> GetAllAncestors()
Return Value
Type: System.Collections.Generic.List<GridHeaderItem>
A list of ancestor headers.