  | DataFrameRemoveRows(Slice) Method | 
            Removes the rows from this data frame specified by the given row slice.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DataFrame RemoveRows(
	Slice rowSlice
)
Public Function RemoveRows ( 
	rowSlice As Slice
) As DataFrame
public:
DataFrame^ RemoveRows(
	Slice^ rowSlice
)
member RemoveRows : 
        rowSlice : Slice -> DataFrame Parameters
- rowSlice  Slice
 - A row slice.
 
Return Value
DataFrameThis data frame.
See Also