 | DataFrameContainsRow Method |
Tests whether this data frame contains a row with the given row key.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool ContainsRow(
Object rowKey
)
Public Function ContainsRow (
rowKey As Object
) As Boolean
public:
bool ContainsRow(
Object^ rowKey
)
member ContainsRow :
rowKey : Object -> bool
Parameters
- rowKey Object
- A row key.
Return Value
BooleanReturns
true if the given row key exists; otherwise,
false.
See Also