ConnectionData.IsColumnHeader Property
Gets or sets a Boolean value that indicates whether the cell is a column header cell.
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 ConnectionData
Dim value As Boolean
value = instance.IsColumnHeader
instance.IsColumnHeader = value
public bool IsColumnHeader { get; set; }
Property Value
Type: System.Boolean
true if the cell is a column header cell; otherwise, false.