New to Telerik UI for WinFormsStart a free 30-day trial

Represents the functions provider.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class FunctionsProvider

Inheritance: objectFunctionsProvider

Constructors

Initializes a new instance of the FunctionsProvider class.

C#
public FunctionsProvider()

Properties

Gets the date time functions.

C#
public static IEnumerable<FunctionView> DateTime { get; }
Property Value:

The date time functions.

Gets the engineering functions.

C#
public static IEnumerable<FunctionView> Engineering { get; }
Property Value:

The engineering functions.

Gets the financial functions.

C#
public static IEnumerable<FunctionView> Financial { get; }
Property Value:

The financial functions.

Gets the information functions.

C#
public static IEnumerable<FunctionView> Information { get; }
Property Value:

The information functions.

Logical

IEnumerable<FunctionView>

Gets the logical functions.

C#
public static IEnumerable<FunctionView> Logical { get; }
Property Value:

The logical functions.

Gets the lookup reference functions.

C#
public static IEnumerable<FunctionView> LookupReference { get; }
Property Value:

The lookup reference functions.

Gets the math trig functions.

C#
public static IEnumerable<FunctionView> MathTrig { get; }
Property Value:

The math trig functions.

Gets the most recently used.

C#
public static ObservableCollection<FunctionView> MostRecentlyUsed { get; }
Property Value:

The most recently used.

Gets the statistical functions.

C#
public static IEnumerable<FunctionView> Statistical { get; }
Property Value:

The statistical functions.

Text

IEnumerable<FunctionView>

Gets the text functions.

C#
public static IEnumerable<FunctionView> Text { get; }
Property Value:

The text functions.

Methods

Adds to most recently used.

C#
public static void AddToMostRecentlyUsed(FunctionView function)
Parameters:functionFunctionView

The function.

Adds to most recently used.

C#
public static void AddToMostRecentlyUsed(string functionName)
Parameters:functionNamestring

Name of the function.

Sets the most recently used functions names.

C#
public static void SetMostRecentlyUsedFunctionsNames(IEnumerable<string> value)
Parameters:valueIEnumerable<string>

The value.