Click or drag to resize

DoubleColumnInsertRows Method

[Missing <summary> documentation for "M:Altaxo.Data.DoubleColumn.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 nInsBeforeColumn,
	int nInsCount
)

Parameters

nInsBeforeColumn  Int32

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

nInsCount  Int32

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

See Also