Share via


GridHeaderUtils.NumberOfHiddenParents Method (Microsoft.PerformancePoint.Scorecards)

Gets the count of the hidden parent nodes.

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

Syntax

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

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

Parameters

  • header
    The grid header node.

Return Value

The count of hidden parent nodes.

Exceptions

Exception type Condition

NullReferenceException

Thrown when header is null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace