 | DataFrameRemoveRow(Int32) Method |
Removes the row from this data table at the given row index.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DataFrame RemoveRow(
int rowIndex
)
Public Function RemoveRow (
rowIndex As Integer
) As DataFrame
public:
DataFrame^ RemoveRow(
int rowIndex
)
member RemoveRow :
rowIndex : int -> DataFrame
Parameters
- rowIndex Int32
- A row index.
Return Value
DataFrameThis data frame.
See Also