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