Share via


GridHeaderUtils.IsAnyAscendantHidden method

Indicates whether any ascendant is hidden.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function IsAnyAscendantHidden ( _
    header As GridHeaderItem _
) As Boolean
'Usage
Dim header As GridHeaderItem
Dim returnValue As Boolean

returnValue = GridHeaderUtils.IsAnyAscendantHidden(header)
public static bool IsAnyAscendantHidden(
    GridHeaderItem header
)

Parameters

Return value

Type: System.Boolean
true if any ascendant is hidden; otherwise false.

Exceptions

Exception Condition
NullReferenceException

Thrown when header is null.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace