DataColumnCollectionGetParentDataColumnCollectionOf(IDocumentLeafNode) Method |
Gets the parent data column collection of a child object.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DataColumnCollection? GetParentDataColumnCollectionOf(
IDocumentLeafNode? child
)
Parameters
- child IDocumentLeafNode
- The child object for which the parent collection should be found.
Return Value
DataColumnCollectionThe parent data column collection, or
if none can be found.
See Also