Removes all rows from this data table with the given row key.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DataFrame RemoveRow( Object rowKey ) |
| Visual Basic (Declaration) |
|---|
Public Function RemoveRow ( _ rowKey As Object _ ) As DataFrame |
| Visual C++ |
|---|
public: DataFrame^ RemoveRow( Object^ rowKey ) |
Parameters
- rowKey
- Type: System..::.Object
A row key.