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
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe header node.
Return Value
Type: System.Int32
The column span adjustment.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | Thrown when header is null. |