Aspose::Cells::Drawing::Equations::EquationNode::GetChild method
EquationNode::GetChild method
Returns the node at the specified index among the children of the current node.
EquationNode Aspose::Cells::Drawing::Equations::EquationNode::GetChild(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of the node |
ReturnValue
Returns the corresponding node if the specified node exists, otherwise returns null.
See Also
- Class EquationNode
- Class Vector
- Class EquationNode
- Namespace Aspose::Cells::Drawing::Equations
- Library Aspose.Cells for C++