Click or drag to resize

DataColumnCollectionDeleteXProperty Method

Removes the x-property from all columns in the group nGroup.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void DeleteXProperty(
	int nGroup,
	DataColumn exceptThisColumn
)

Parameters

nGroup  Int32
the group number for the columns from which to remove the x-property
exceptThisColumn  DataColumn
If not null, this column is treated with priority, it can keep its kind.
See Also