Click or drag to resize

DataFrameContainsRow Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool ContainsRow(
	Object rowKey
)

Parameters

rowKey  Object
A row key.

Return Value

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