Click or drag to resize

DataColumnCollectionGetChildObjectNamed Method

Returns the column with the name
C#
name
.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override IDocumentLeafNode? GetChildObjectNamed(
	string name
)

Parameters

name  String
The name of the column to retrieve.

Return Value

IDocumentLeafNode
The column with name
C#
name
, or null if not found.

Implements

INamedObjectCollectionGetChildObjectNamed(String)
See Also