Click or drag to resize

DataColumnCollectionContains(String) Method

Test if a column of a given name is present in this collection.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Contains(
	string columnname
)

Parameters

columnname  String
The columnname to test for presence.

Return Value

Boolean
True if the column with the name is contained in the collection.
See Also