GridHeaderUtils.GetSpanAdjustedTabularHeaders Method
Returns a list of the layers of this tree with the column span and row span adjusted.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function GetSpanAdjustedTabularHeaders ( _
header As GridHeaderItem _
) As List(Of List(Of GridHeaderItem))
'Usage
Dim header As GridHeaderItem
Dim returnValue As List(Of List(Of GridHeaderItem))
returnValue = GridHeaderUtils.GetSpanAdjustedTabularHeaders(header)
public static List<List<GridHeaderItem>> GetSpanAdjustedTabularHeaders(
GridHeaderItem header
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe root header to start from.
Return Value
Type: System.Collections.Generic.List<List<GridHeaderItem>>
The layers of the tree.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | Thrown when header is null. |