Share via


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

Return value

Type: System.Int32
The number of hidden siblings.

Exceptions

Exception Condition
NullReferenceException

Thrown when header is null.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace