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)
ParameterTypeDescription
indexint32_tIndex of the node

ReturnValue

Returns the corresponding node if the specified node exists, otherwise returns null.

See Also