Click or drag to resize

DataTableMultipleColumnProxy(DataTable, Int32) Constructor

Initializes a new instance of the DataTableMultipleColumnProxy class. The table and group number of this instance are set, but no columns are set with this constructor.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataTableMultipleColumnProxy(
	DataTable table,
	int groupNumber
)

Parameters

table  DataTable
The underlying table.
groupNumber  Int32
The group number of the data columns this instance should hold.
Exceptions
ExceptionCondition
ArgumentNullExceptiontable must not be null.
See Also