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
group
Type: System.Int32The identifier of the group.
Return Value
Type: System.Collections.Generic.List<GridHeaderItem>
A list of the root headers that belong to the specified group.