DataColumnCollectionContainsColumn(String) Method |
Test if a column of a given name is present in this collection.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ContainsColumn(
string columnname
)
Parameters
- columnname String
- The columnname to test for presence.
Return Value
BooleanTrue if the column with the name is contained in the collection.
See Also