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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 See Also