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)
Parameter | Type | Description |
---|---|---|
node | const EquationNode& | Node to be deleted. |
See Also
- Class Vector
- Class EquationNode
- Class EquationNode
- Namespace Aspose::Cells::Drawing::Equations
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of the node |
See Also
- Class Vector
- Class EquationNode
- Namespace Aspose::Cells::Drawing::Equations
- Library Aspose.Cells for C++