Share via


GridHeaderItem.GetRootsFromGroup Method

Returns a list of the root headers that belong to the specified group.

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

Syntax

'Declaration
Public Function GetRootsFromGroup ( _
    group As Integer _
) As List(Of GridHeaderItem)
'Usage
Dim instance As GridHeaderItem
Dim group As Integer
Dim returnValue As List(Of GridHeaderItem)

returnValue = instance.GetRootsFromGroup(group)
public List<GridHeaderItem> GetRootsFromGroup(
    int group
)

Parameters

Return Value

Type: System.Collections.Generic.List<GridHeaderItem>
A list of the root headers that belong to the specified group.

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace