Share via


GridHeaderItem.GetFirstChildrenNotInGroup Method

Returns the list of child elements that are not in the specified group.

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

Syntax

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

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

Parameters

Return Value

Type: System.Collections.Generic.List<GridHeaderItem>
The headers that do not belong to the specified group.

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace