Aspose::Cells::Drawing::Equations::EquationNode::InsertChild method
EquationNode::InsertChild method
Inserts a node of the specified type at the specified index position in the current node’s child node list.
EquationNode Aspose::Cells::Drawing::Equations::EquationNode::InsertChild(int32_t index, EquationNodeType equationType)
Parameter | Type | Description |
---|---|---|
index | int32_t | index value |
equationType | EquationNodeType | Types of Equation Nodes |
ReturnValue
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
- Class EquationNode
- Class Vector
- Enum EquationNodeType
- Class EquationNode
- Namespace Aspose::Cells::Drawing::Equations
- Library Aspose.Cells for C++