get_child method
get_child
Returns the node at the specified index among the children of the current node.
Returns
Returns the corresponding node if the specified node exists, otherwise returns null.
def get_child(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | Index of the node |
See Also
- module
aspose.cells.drawing.equations
- class
FractionEquationNode