Click or drag to resize

DBNullColumnRemoveRows Method

[Missing <summary> documentation for "M:Altaxo.Data.DBNullColumn.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 nFirstRow,
	int nCount
)

Parameters

nFirstRow  Int32

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

nCount  Int32

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

See Also