EquationNode.CreateNode

EquationNode.CreateNode method

Create a node of the specified type.

public static EquationNode CreateNode(EquationNodeType equationType, Workbook workbook, 
    EquationNode parent)
ParameterTypeDescription
equationTypeEquationNodeTypeTypes of Equation Nodes
workbookWorkbookThe workbook object associated with the equation
parentEquationNodeThe parent node where this node is located

Return Value

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