Aspose::Cells::Drawing::Equations::EquationNode::RemoveChild method

EquationNode::RemoveChild(const EquationNode&) method

Removes the specified node from the current node’s children.

void Aspose::Cells::Drawing::Equations::EquationNode::RemoveChild(const EquationNode &node)
ParameterTypeDescription
nodeconst EquationNode&Node to be deleted.

See Also

EquationNode::RemoveChild(int32_t) method

Removes the node at the specified index from the current node’s children.

void Aspose::Cells::Drawing::Equations::EquationNode::RemoveChild(int32_t index)
ParameterTypeDescription
indexint32_tIndex of the node

See Also