Share via


GridHeaderUtils.SetIsColumnHeaderProperty method

Recursively sets the IsColumnHeader property for the specified headers.

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

Syntax

'Declaration
Public Shared Sub SetIsColumnHeaderProperty ( _
    header As GridHeaderItem, _
    isColumnHdr As Boolean _
)
'Usage
Dim header As GridHeaderItem
Dim isColumnHdr As BooleanGridHeaderUtils.SetIsColumnHeaderProperty(header, _
    isColumnHdr)
public static void SetIsColumnHeaderProperty(
    GridHeaderItem header,
    bool isColumnHdr
)

Parameters

  • isColumnHdr
    Type: System.Boolean

    true if the header is a column header; otherwise false.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace