Click or drag to resize

TextColumnRemoveRows Method

[Missing <summary> documentation for "M:Altaxo.Data.TextColumn.RemoveRows(System.Int32,System.Int32)"]


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

Parameters

nDelFirstRow  Int32

[Missing <param name="nDelFirstRow"/> documentation for "M:Altaxo.Data.TextColumn.RemoveRows(System.Int32,System.Int32)"]

nDelCount  Int32

[Missing <param name="nDelCount"/> documentation for "M:Altaxo.Data.TextColumn.RemoveRows(System.Int32,System.Int32)"]

See Also