Share via


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