FunctionsProvider
Represents the functions provider.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class FunctionsProvider
Inheritance: objectFunctionsProvider
Constructors
Initializes a new instance of the FunctionsProvider class.
public FunctionsProvider()
Properties
DateTime
IEnumerable<FunctionView>
Gets the date time functions.
public static IEnumerable<FunctionView> DateTime { get; }
The date time functions.
Engineering
IEnumerable<FunctionView>
Gets the engineering functions.
public static IEnumerable<FunctionView> Engineering { get; }
The engineering functions.
Financial
IEnumerable<FunctionView>
Gets the financial functions.
public static IEnumerable<FunctionView> Financial { get; }
The financial functions.
Information
IEnumerable<FunctionView>
Gets the information functions.
public static IEnumerable<FunctionView> Information { get; }
The information functions.
Logical
IEnumerable<FunctionView>
Gets the logical functions.
public static IEnumerable<FunctionView> Logical { get; }
The logical functions.
LookupReference
IEnumerable<FunctionView>
Gets the lookup reference functions.
public static IEnumerable<FunctionView> LookupReference { get; }
The lookup reference functions.
MathTrig
IEnumerable<FunctionView>
Gets the math trig functions.
public static IEnumerable<FunctionView> MathTrig { get; }
The math trig functions.
Gets the most recently used.
public static ObservableCollection<FunctionView> MostRecentlyUsed { get; }
The most recently used.
Statistical
IEnumerable<FunctionView>
Gets the statistical functions.
public static IEnumerable<FunctionView> Statistical { get; }
The statistical functions.
Text
IEnumerable<FunctionView>
Gets the text functions.
public static IEnumerable<FunctionView> Text { get; }
The text functions.
Methods
Adds to most recently used.
public static void AddToMostRecentlyUsed(FunctionView function)
The function.
Adds to most recently used.
public static void AddToMostRecentlyUsed(string functionName)
Name of the function.
Sets the most recently used functions names.
public static void SetMostRecentlyUsedFunctionsNames(IEnumerable<string> value)
The value.