Click or drag to resize

DataTableCleaningOptionsApplyTo(DataTable) Method

Applies the options to a given table.

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

Parameters

table  DataTable
The table to apply the options to.
See Also