GridHeaderUtils.AdjustColumnSpan Method (Microsoft.PerformancePoint.Scorecards)

Calculates the number of visible sibling headers (the column span).

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function AdjustColumnSpan ( _
    header As GridHeaderItem _
) As Integer
'Usage
Dim header As GridHeaderItem
Dim returnValue As Integer

returnValue = GridHeaderUtils.AdjustColumnSpan(header)
public static int AdjustColumnSpan (
    GridHeaderItem header
)

Parameters

  • header
    The grid header node.

Return Value

The column span adjustment.

Exceptions

Exception type Condition

NullReferenceException

Thrown when header is null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace