Click or drag to resize

DataTableMatrixProxyBaseInternalRemoveUnresolvedDataColumnsIfAllDataColumnsShouldBeIncluded Method

Should be called only if _useAllAvailableColumnsOfGroup is true. Removes all data columns that are unresolved.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void InternalRemoveUnresolvedDataColumnsIfAllDataColumnsShouldBeIncluded(
	DataTable table
)

Parameters

table  DataTable
The table to search.
See Also