DataTableMultipleColumnProxySetDataRows Method |
Sets the data columns from an enumeration of data column proxies.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetDataRows(
IAscendingIntegerCollection dataRows
)
Parameters
- dataRows IAscendingIntegerCollection
- The enumeration of data rows.
See Also