Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
type
Type: Microsoft.PerformancePoint.Scorecards.ScorecardNodeTypesThe type of header to test for.
Return Value
Type: System.Boolean
true if the column or row header of the cell is the specified type; otherwise, false.