API Reference
Class
ExcelCustomFormulaFunctionContext
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.