remove_child method

remove_child(self, node)


def remove_child(self, node):
    ...
ParameterTypeDescription
nodeAspose.Cells.Drawing.Equations.EquationNode

remove_child(self, index)


def remove_child(self, index):
    ...
ParameterTypeDescription
indexint

See Also