Removes all rows from this data table with the given row key.

Namespace:  CenterSpace.NMath.Stats
Assembly:  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.

Return Value

This data frame.

See Also