Share via


GridHeaderUtils.AdjustColumnSpan method

Calculates the column span based on the number of visible sibling headers.

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

Return value

Type: System.Int32
The column span adjustment.

Exceptions

Exception Condition
NullReferenceException

Thrown when header is null.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace