ClassFunctionsProvider
Represents the functions provider.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class FunctionsProvider
Inheritance: objectFunctionsProvider
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
The date time functions.
Engineering
Gets the engineering functions.
Declaration
public static IEnumerable<FunctionView> Engineering { get; }
Property Value
The engineering functions.
Financial
Gets the financial functions.
Declaration
public static IEnumerable<FunctionView> Financial { get; }
Property Value
The financial functions.
Information
Gets the information functions.
Declaration
public static IEnumerable<FunctionView> Information { get; }
Property Value
The information functions.
Logical
Gets the logical functions.
Declaration
public static IEnumerable<FunctionView> Logical { get; }
Property Value
The logical functions.
LookupReference
Gets the lookup reference functions.
Declaration
public static IEnumerable<FunctionView> LookupReference { get; }
Property Value
The lookup reference functions.
MathTrig
Gets the math trig functions.
Declaration
public static IEnumerable<FunctionView> MathTrig { get; }
Property Value
The math trig functions.
MostRecentlyUsed
Gets the most recently used.
Declaration
public static ObservableCollection<FunctionView> MostRecentlyUsed { get; }
Property Value
ObservableCollection<FunctionView>
The most recently used.
Statistical
Gets the statistical functions.
Declaration
public static IEnumerable<FunctionView> Statistical { get; }
Property Value
The statistical functions.
Text
Gets the text functions.
Declaration
public static IEnumerable<FunctionView> Text { get; }
Property Value
The text functions.
Methods
AddToMostRecentlyUsed(FunctionView)
Adds to most recently used.
Declaration
public static void AddToMostRecentlyUsed(FunctionView function)
Parameters
function
The function.
AddToMostRecentlyUsed(string)
Adds to most recently used.
Declaration
public static void AddToMostRecentlyUsed(string functionName)
Parameters
functionName
Name of the function.
SetMostRecentlyUsedFunctionsNames(IEnumerable<string>)
Sets the most recently used functions names.
Declaration
public static void SetMostRecentlyUsedFunctionsNames(IEnumerable<string> value)
Parameters
value
The value.