EquationNode.CreateNode
EquationNode.CreateNode method
Create a node of the specified type.
public static EquationNode CreateNode(EquationNodeType equationType, Workbook workbook,
EquationNode parent)
Parameter | Type | Description |
---|---|---|
equationType | EquationNodeType | Types of Equation Nodes |
workbook | Workbook | The workbook object associated with the equation |
parent | EquationNode | The 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
- enum EquationNodeType
- class Workbook
- class EquationNode
- namespace Aspose.Cells.Drawing.Equations
- assembly Aspose.Cells