Click or drag to resize

DataTableRangeWrapper Constructor

Initializes a new instance of the DataTableRangeWrapper class

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataTableRangeWrapper(
	DataTable wrappedTable,
	int rangeMin,
	int rangeCount
)

Parameters

wrappedTable  DataTable

[Missing <param name="wrappedTable"/> documentation for "M:Altaxo.Data.DataTableRangeWrapper.#ctor(Altaxo.Data.DataTable,System.Int32,System.Int32)"]

rangeMin  Int32

[Missing <param name="rangeMin"/> documentation for "M:Altaxo.Data.DataTableRangeWrapper.#ctor(Altaxo.Data.DataTable,System.Int32,System.Int32)"]

rangeCount  Int32

[Missing <param name="rangeCount"/> documentation for "M:Altaxo.Data.DataTableRangeWrapper.#ctor(Altaxo.Data.DataTable,System.Int32,System.Int32)"]

See Also