Click or drag to resize

DataColumnCollectionGetNameOfChildObject Method

Retrieves the name of a child column
C#
.

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

Parameters

o  IDocumentLeafNode
The child column.

Return Value

String
The name of the column.

Implements

INamedObjectCollectionGetNameOfChildObject(IDocumentLeafNode)
See Also