GridHeaderItem.IsColumnHeader Property

Gets or sets a Boolean value that indicates whether the header is a column header or a row header.

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

Syntax

'Declaration
Public Property IsColumnHeader As Boolean
    Get
    Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean

value = instance.IsColumnHeader

instance.IsColumnHeader = value
public bool IsColumnHeader { get; set; }

Property Value

Type: System.Boolean
true if the header is a column header or a row header; otherwise false.

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace