Click or drag to resize

DataColumnCollectionEnsureUniqueColumnKindsForIndependentVariables Method

Ensures that for a given group number there is only one column for each independent variable (X,Y,Z).

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void EnsureUniqueColumnKindsForIndependentVariables(
	int groupNumber,
	DataColumn exceptThisColumn
)

Parameters

groupNumber  Int32
The group number of the columns which are checked for this rule.
exceptThisColumn  DataColumn
If not null, this column is treated with priority. If this column is a independent variable column, it can keep its kind.
See Also