insert_after method
insert_after
Inserts the specified node after the current node.
Returns
If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
def insert_after(self, equation_type):
...
Parameter | Type | Description |
---|---|---|
equation_type | EquationNodeType | Types of Equation Nodes |
See Also
- module
aspose.cells.drawing.equations
- class
ArrayEquationNode