FunctionsProvider
Represents the functions provider.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class FunctionsProvider
Inheritance: objectFunctionsProvider
Constructors
Creates new instance of class.
public FunctionsProvider()
Properties
Gets the date time functions.
public static IEnumerable<FunctionView> DateTime { get; }
The date time functions.
Gets the engineering functions.
public static IEnumerable<FunctionView> Engineering { get; }
The engineering functions.
Gets the financial functions.
public static IEnumerable<FunctionView> Financial { get; }
The financial functions.
Gets the information functions.
public static IEnumerable<FunctionView> Information { get; }
The information functions.
Gets the logical functions.
public static IEnumerable<FunctionView> Logical { get; }
The logical functions.
Gets the lookup reference functions.
public static IEnumerable<FunctionView> LookupReference { get; }
The lookup reference functions.
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.
Gets the statistical functions.
public static IEnumerable<FunctionView> Statistical { get; }
The statistical functions.
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.