Tests whether this data frame contains a row with the given row key.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public bool ContainsRow(
	Object rowKey
)
Visual Basic (Declaration)
Public Function ContainsRow ( _
	rowKey As Object _
) As Boolean
Visual C++
public:
bool ContainsRow(
	Object^ rowKey
)

Parameters

rowKey
Type: System..::.Object
A row key.

Return Value

Returns true if the given row key exists; otherwise, false.

See Also