Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a list of all the headers that belong to the same group as this header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetAllHeadersWithSameGroupId As List(Of GridHeaderItem)
'Usage
Dim instance As GridHeaderItem
Dim returnValue As List(Of GridHeaderItem)
returnValue = instance.GetAllHeadersWithSameGroupId()
public List<GridHeaderItem> GetAllHeadersWithSameGroupId()
Return Value
Type: System.Collections.Generic.List<GridHeaderItem>
A list of the headers that belong to the same group as this header.