Share via


GridHeaderUtils.GridHeaderItemsToMemberCollection method

Converts a list of headers of type Member to a member collection.

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

Syntax

'Declaration
Public Shared Function GridHeaderItemsToMemberCollection ( _
    headers As List(Of GridHeaderItem) _
) As MemberCollection
'Usage
Dim headers As List(Of GridHeaderItem)
Dim returnValue As MemberCollection

returnValue = GridHeaderUtils.GridHeaderItemsToMemberCollection(headers)
public static MemberCollection GridHeaderItemsToMemberCollection(
    List<GridHeaderItem> headers
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The members represented by the header or an empty collection.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace