Click or drag to resize

DataColumnCollectionRemoveRows(Int32, Int32) Method

Removes a number of rows from all columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RemoveRows(
	int nFirstRow,
	int nCount
)

Parameters

nFirstRow  Int32
Number of first row to remove.
nCount  Int32
Number of rows to remove, starting from nFirstRow.
See Also