Share via


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

Return value

Type: System.Collections.Generic.List<List<GridHeaderItem>>
The layers of the tree.

Exceptions

Exception Condition
NullReferenceException

Thrown when header is null.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace