API Reference

Class

LegacyXlsFutureFunctionAlias

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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 requiredposition: 0
functionName System.String requiredposition: 1
recordOffset System.Int32 requiredposition: 2
recordType System.UInt16 requiredposition: 3
formulaToken System.Nullable{System.Byte} requiredposition: 4
formulaTokenName System.String requiredposition: 5
formulaTokenOffset System.Nullable{System.Int32} requiredposition: 6

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.