 | DataFrameRemoveAllRows Method |
Removes all rows from this data frame.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DataFrame RemoveAllRows()
Public Function RemoveAllRows As DataFrame
public:
DataFrame^ RemoveAllRows()
member RemoveAllRows : unit -> DataFrame
Return Value
DataFrameThis data frame.
See Also