다음을 통해 공유


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