Tests whether this data frame contains a row with the given row key.
Namespace:
CenterSpace.NMath.StatsAssembly: 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.