DataTableGetParentDataTableOf(IDocumentLeafNode) Method |
Gets the parent data table of a child object.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static DataTable? GetParentDataTableOf(
IDocumentLeafNode? child
)
Parameters
- child IDocumentLeafNode
- The child object for which the parent table should be found.
Return Value
DataTable[Missing <returns> documentation for "M:Altaxo.Data.DataTable.GetParentDataTableOf(Altaxo.Main.IDocumentLeafNode)"]
See Also