insert_child method

insert_child(self, index, equation_type)


def insert_child(self, index, equation_type):
    ...
ParameterTypeDescription
indexint
equation_typeaspose.cells.drawing.equations.EquationNodeType

See Also