API Reference

Class

ExcelCustomFormulaFunctionContext

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Read-only workbook location supplied to a custom formula function.

Inheritance

  • Object
  • ExcelCustomFormulaFunctionContext

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

public ExcelDocument Workbook { get; } #

Gets the workbook being evaluated.

public ExcelSheet Worksheet { get; } #

Gets the worksheet containing the formula.

public String FunctionName { get; } #

Gets the normalized custom function name.

public String CellReference { get; } #

Gets the formula cell reference when evaluation originates from a cell.