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