| DataColumnCollectionEnsureUniqueColumnKindsForIndependentVariables Method | 
            Ensures that for a given group number there is only one column for each independent variable (X,Y,Z).
            
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxprotected 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
See Also