Class XlfnFunctionPrefixNode
- Namespace
- OpenLanguage.SpreadsheetML.Formula.Ast
- Assembly
- OpenLanguage.dll
Represents the "_xlfn." prefix for Excel Function Name resolution. string? representation: "_xlfn." Used for new Excel functions that may not be recognized by older Excel versions. This prefix indicates that the function name should be resolved at runtime by the Excel engine.
public class XlfnFunctionPrefixNode : FunctionPrefixNode
- Inheritance
-
XlfnFunctionPrefixNode
- Inherited Members
Constructors
XlfnFunctionPrefixNode(NameNode?, List<Node>?, List<Node>?)
public XlfnFunctionPrefixNode(NameNode? name = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)
Parameters
XlfnFunctionPrefixNode(string?, List<Node>?, List<Node>?)
public XlfnFunctionPrefixNode(string? name = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)