FunctionStore Class

Registry for spreadsheet formula functions.

Inheritance

Object

Documents.Spreadsheet.FunctionStore

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class FunctionStore

Constructors

FunctionStorelink

Initializes a new instance of the FunctionStore class and registers built-in functions.

Declaration
public FunctionStore()

Methods

Addlink

Registers a new formula function of type T, optionally under additional alias names (e.g. the modern dotted name STDEV.S for STDEV).

Declaration
public void Add(String[] aliases)
Parameters
Type Name Description
String[] aliases

Getlink

Gets a formula function by name, or returns an ErrorFunction if the function is not found.

Declaration
public Documents.Spreadsheet.FormulaFunction Get(string functionName)
Parameters
Type Name Description
string functionName The name of the function to retrieve.
Returns
Type Description
Documents.Spreadsheet.FormulaFunctionThe formula function or an ErrorFunction if not found.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙