API Reference
Class
ExcelFormulaFunctionSyntax
Parsed function identifier immediately followed by an opening parenthesis.
Inheritance
- ExcelFormulaSyntaxNode
- ExcelFormulaFunctionSyntax
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Authored function name, including a compatibility prefix such as _xlfn..
Inherited Properties
public String Text { get; } #Inherited from ExcelFormulaSyntaxNode