DataColumnCollectionTryGetColumn Method |
Returns the column with name
.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataColumn? TryGetColumn(
string s
)
Parameters
- s String
- The name of the column to retrieve.
Return Value
DataColumnEither the column with the given name, or null if such a column don't exist.
See Also