ConnectionData.IsRowHeader Property

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

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

Syntax

'Declaration
Public Property IsRowHeader As Boolean
    Get
    Set
'Usage
Dim instance As ConnectionData
Dim value As Boolean

value = instance.IsRowHeader

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

Property Value

Type: System.Boolean
true if the cell is a row header cell; otherwise, false.

See Also

Reference

ConnectionData Class

ConnectionData Members

Microsoft.PerformancePoint.Scorecards Namespace