Click or drag to resize

DBNullColumnInsertRows Method

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

Parameters

nBeforeRow  Int32

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

nCount  Int32

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

See Also