DataTableMultipleColumnProxyGetDataColumnOrNull Method |
Gets the first valid data column of the bundle identified by identifier, or null if no such column exists.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataColumn? GetDataColumnOrNull(
string identifier
)
Parameters
- identifier String
- The identifier to identify the column bundle.
Return Value
DataColumnThe first valid data column of the bundle identified by
identifier, or null if no such column exists.
Exceptions See Also