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.3572.0 (4.8.3572.0)
Syntax
C#
public DataTableRangeWrapper(
	DataTable wrappedTable,
	int rangeMin,
	int rangeCount
)

Parameters

wrappedTable  DataTable
The wrapped source table.
rangeMin  Int32
The first row index in the wrapped range.
rangeCount  Int32
The number of rows in the wrapped range.
See Also