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