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)
ParameterTypeDescription
indexint32_tindex value
equationTypeEquationNodeTypeTypes 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