EquationNode.AddChild
Contents
[
Hide
]AddChild(EquationNodeType)
Insert a node of the specified type at the end of the child node list of the current node.
public EquationNode AddChild(EquationNodeType equationType)
Parameter | Type | Description |
---|---|---|
equationType | EquationNodeType | Types of Equation Nodes |
Return Value
If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
See Also
- enum EquationNodeType
- class EquationNode
- namespace Aspose.Cells.Drawing.Equations
- assembly Aspose.Cells
AddChild(EquationNode)
Inserts the specified node at the end of the current node’s list of child nodes.
public void AddChild(EquationNode node)
Parameter | Type | Description |
---|---|---|
node | EquationNode | The specified node |
See Also
- class EquationNode
- namespace Aspose.Cells.Drawing.Equations
- assembly Aspose.Cells