Click or drag to resize

DataTableCleaningOptionsApplyTo(IEnumerableDataTable) Method

Applies the options to the given tables.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ApplyTo(
	IEnumerable<DataTable> tables
)

Parameters

tables  IEnumerableDataTable
The tables to apply the options to.
See Also