ConnectionData.HasRowOrColumnType Method

Determines whether the column or row header of the cell is the specified type.

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

Syntax

'Declaration
Public Function HasRowOrColumnType ( _
    type As ScorecardNodeTypes _
) As Boolean
'Usage
Dim instance As ConnectionData
Dim type As ScorecardNodeTypes
Dim returnValue As Boolean

returnValue = instance.HasRowOrColumnType(type)
public bool HasRowOrColumnType(
    ScorecardNodeTypes type
)

Parameters

Return Value

Type: System.Boolean
true if the column or row header of the cell is the specified type; otherwise, false.

See Also

Reference

ConnectionData Class

ConnectionData Members

Microsoft.PerformancePoint.Scorecards Namespace