Class
FunctionsProvider

Represents the functions provider.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FunctionsProvider

Inheritance: objectFunctionsProvider

Constructors

FunctionsProvider()

Creates new instance of class.

Declaration

cs-api-definition
public FunctionsProvider()

Properties

DateTime

Gets the date time functions.

Declaration

cs-api-definition
public static IEnumerable<FunctionView> DateTime { get; }

Property Value

IEnumerable<FunctionView>

The date time functions.

Engineering

Gets the engineering functions.

Declaration

cs-api-definition
public static IEnumerable<FunctionView> Engineering { get; }

Property Value

IEnumerable<FunctionView>

The engineering functions.

Financial

Gets the financial functions.

Declaration

cs-api-definition
public static IEnumerable<FunctionView> Financial { get; }

Property Value

IEnumerable<FunctionView>

The financial functions.

Information

Gets the information functions.

Declaration

cs-api-definition
public static IEnumerable<FunctionView> Information { get; }

Property Value

IEnumerable<FunctionView>

The information functions.

Logical

Gets the logical functions.

Declaration

cs-api-definition
public static IEnumerable<FunctionView> Logical { get; }

Property Value

IEnumerable<FunctionView>

The logical functions.

LookupReference

Gets the lookup reference functions.

Declaration

cs-api-definition
public static IEnumerable<FunctionView> LookupReference { get; }

Property Value

IEnumerable<FunctionView>

The lookup reference functions.

MathTrig

Gets the math trig functions.

Declaration

cs-api-definition
public static IEnumerable<FunctionView> MathTrig { get; }

Property Value

IEnumerable<FunctionView>

The math trig functions.

MostRecentlyUsed

Gets the most recently used.

Declaration

cs-api-definition
public static ObservableCollection<FunctionView> MostRecentlyUsed { get; }

Property Value

ObservableCollection<FunctionView>

The most recently used.

Statistical

Gets the statistical functions.

Declaration

cs-api-definition
public static IEnumerable<FunctionView> Statistical { get; }

Property Value

IEnumerable<FunctionView>

The statistical functions.

Text

Gets the text functions.

Declaration

cs-api-definition
public static IEnumerable<FunctionView> Text { get; }

Property Value

IEnumerable<FunctionView>

The text functions.

Methods

AddToMostRecentlyUsed(FunctionView)

Adds to most recently used.

Declaration

cs-api-definition
public static void AddToMostRecentlyUsed(FunctionView function)

Parameters

function

FunctionView

The function.

AddToMostRecentlyUsed(string)

Adds to most recently used.

Declaration

cs-api-definition
public static void AddToMostRecentlyUsed(string functionName)

Parameters

functionName

string

Name of the function.

SetMostRecentlyUsedFunctionsNames(IEnumerable<string>)

Sets the most recently used functions names.

Declaration

cs-api-definition
public static void SetMostRecentlyUsedFunctionsNames(IEnumerable<string> value)

Parameters

value

IEnumerable<string>

The value.