Aspose::Cells::Drawing::Equations::EquationNode::InsertAfter method

EquationNode::InsertAfter method

Inserts the specified node after the current node.

EquationNode Aspose::Cells::Drawing::Equations::EquationNode::InsertAfter(EquationNodeType equationType)
ParameterTypeDescription
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