Click or drag to resize

DataColumnCollectionRemoveRow Method

Removes a single row of all columns.

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

Parameters

nFirstRow  Int32
The row to remove.
See Also