GridHeaderUtils.NumOfHiddenSiblings Method
Returns the number of hidden siblings for the specified header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function NumOfHiddenSiblings ( _
header As GridHeaderItem _
) As Integer
'Usage
Dim header As GridHeaderItem
Dim returnValue As Integer
returnValue = GridHeaderUtils.NumOfHiddenSiblings(header)
public static int NumOfHiddenSiblings(
GridHeaderItem header
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe specified header.
Return Value
Type: System.Int32
The number of hidden siblings.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | Thrown when header is null. |