Class FunctionsProvider
Represents the functions provider.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FunctionsProvider : Object
Constructors
FunctionsProvider()
Creates new instance of class.
Declaration
public FunctionsProvider()
Properties
DateTime
Gets the date time functions.
Declaration
public static IEnumerable<FunctionView> DateTime { get; }
Property Value
System. The date time functions. |
Engineering
Gets the engineering functions.
Declaration
public static IEnumerable<FunctionView> Engineering { get; }
Property Value
System. The engineering functions. |
Financial
Gets the financial functions.
Declaration
public static IEnumerable<FunctionView> Financial { get; }
Property Value
System. The financial functions. |
Information
Gets the information functions.
Declaration
public static IEnumerable<FunctionView> Information { get; }
Property Value
System. The information functions. |
Logical
Gets the logical functions.
Declaration
public static IEnumerable<FunctionView> Logical { get; }
Property Value
System. The logical functions. |
LookupReference
Gets the lookup reference functions.
Declaration
public static IEnumerable<FunctionView> LookupReference { get; }
Property Value
System. The lookup reference functions. |
MathTrig
Gets the math trig functions.
Declaration
public static IEnumerable<FunctionView> MathTrig { get; }
Property Value
System. The math trig functions. |
MostRecentlyUsed
Gets the most recently used.
Declaration
public static ObservableCollection<FunctionView> MostRecentlyUsed { get; }
Property Value
System. The most recently used. |
Statistical
Gets the statistical functions.
Declaration
public static IEnumerable<FunctionView> Statistical { get; }
Property Value
System. The statistical functions. |
Text
Gets the text functions.
Declaration
public static IEnumerable<FunctionView> Text { get; }
Property Value
System. The text functions. |
Methods
AddToMostRecentlyUsed(String)
Adds to most recently used.
Declaration
public static void AddToMostRecentlyUsed(string functionName)
Parameters
System. Name of the function. |
AddToMostRecentlyUsed(FunctionView)
Adds to most recently used.
Declaration
public static void AddToMostRecentlyUsed(FunctionView function)
Parameters
Function The function. |
SetMostRecentlyUsedFunctionsNames(IEnumerable<String>)
Sets the most recently used functions names.
Declaration
public static void SetMostRecentlyUsedFunctionsNames(IEnumerable<string> value)
Parameters
System. The value. |