Removes the row from this data table at the given row index.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DataFrame RemoveRow(
	int rowIndex
)
Visual Basic (Declaration)
Public Function RemoveRow ( _
	rowIndex As Integer _
) As DataFrame
Visual C++
public:
DataFrame^ RemoveRow(
	int rowIndex
)

Parameters

rowIndex
Type: System..::.Int32
A row index.

Return Value

This data frame.

See Also