DataTableCleaningOptionsApplyTo(IEnumerableDataTable) Method |
Applies the options to the given tables.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ApplyTo(
IEnumerable<DataTable> tables
)
Parameters
- tables IEnumerableDataTable
- The tables to apply the options to.
See Also