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
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe header tree to set.
isColumnHdr
Type: System.Booleantrue if the header is a column header; otherwise false.