Click or drag to resize

DataColumnCollectionTryGetColumn Method

Returns the column with name
C#
.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataColumn? TryGetColumn(
	string s
)

Parameters

s  String
The name of the column to retrieve.

Return Value

DataColumn
Either the column with the given name, or null if such a column don't exist.
See Also