API Reference
LegacyXlsFutureFunctionAlias
Describes a future Excel function alias carried by a BIFF defined-name record.
Inheritance
- Object
- LegacyXlsFutureFunctionAlias
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public LegacyXlsFutureFunctionAlias(String name, String functionName, Int32 recordOffset, UInt16 recordType, Nullable<Byte> formulaToken, String formulaTokenName, Nullable<Int32> formulaTokenOffset) #Creates metadata for an Excel future-function compatibility alias.
Parameters
- name System.String
- functionName System.String
- recordOffset System.Int32
- recordType System.UInt16
- formulaToken System.Nullable{System.Byte}
- formulaTokenName System.String
- formulaTokenOffset System.Nullable{System.Int32}
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Name { get; } #Gets the BIFF defined-name text, including the _xlfn. prefix.
public String FunctionName { get; } #Gets the Excel future function name without the _xlfn. compatibility prefix.
public Int32 RecordOffset { get; } #Gets the byte offset of the BIFF Lbl record that carried the alias.
public UInt16 RecordType { get; } #Gets the BIFF record type that carried the alias.
public Nullable<Byte> FormulaToken { get; } #Gets the parsed-formula token byte used by Excel for the alias body, when available.
public String FormulaTokenName { get; } #Gets the parsed-formula token name used by Excel for the alias body, when available.
public Nullable<Int32> FormulaTokenOffset { get; } #Gets the zero-based parsed-expression offset of the alias token, when available.