Click or drag to resize

DataTableMatrixProxyBaseInternalRemoveDataColumnsWithDeviatingParentOrKindOrGroupNumber Method

Removes all data columns, whose parent is not the data table table, or whose column kind is not ColumnKind.V, or whose group number is not equal to GroupNumber.

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

Parameters

table  DataTable
The table to compare the parents of the columns with.
See Also