Click or drag to resize

DataColumnCollectionGetParentDataColumnCollectionOf(IDocumentLeafNode) Method

Gets the parent data column collection of a child object.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static DataColumnCollection? GetParentDataColumnCollectionOf(
	IDocumentLeafNode? child
)

Parameters

child  IDocumentLeafNode
The child object for which the parent table should be found.

Return Value

DataColumnCollection

[Missing <returns> documentation for "M:Altaxo.Data.DataColumnCollection.GetParentDataColumnCollectionOf(Altaxo.Main.IDocumentLeafNode)"]

See Also