Aspose::Cells::Drawing::Equations::EquationNode::CreateNode method

EquationNode::CreateNode method

Create a node of the specified type.

static EquationNode Aspose::Cells::Drawing::Equations::EquationNode::CreateNode(EquationNodeType equationType, const Workbook &workbook, const EquationNode &parent)
ParameterTypeDescription
equationTypeEquationNodeTypeTypes of Equation Nodes
workbookconst Workbook&The workbook object associated with the equation
parentconst EquationNode&The parent node where this node is located

ReturnValue

If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.

See Also