EquationNode.RemoveChild
RemoveChild(EquationNode)
Removes the specified node from the current node’s children.
public void RemoveChild(EquationNode node)
Parameter | Type | Description |
---|---|---|
node | EquationNode | Node to be deleted. |
See Also
- class EquationNode
- namespace Aspose.Cells.Drawing.Equations
- assembly Aspose.Cells
RemoveChild(int)
Removes the node at the specified index from the current node’s children.
public void RemoveChild(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index of the node |
See Also
- class EquationNode
- namespace Aspose.Cells.Drawing.Equations
- assembly Aspose.Cells