Class FunctionInfoView
The class exposes information about function used in UI.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FunctionInfoView
  Properties
Category
Gets the category.
Declaration
public FunctionCategory Category { get; }
  Property Value
| 
        FunctionCategory
         The category.  | 
    
Description
Gets the description.
Declaration
public string Description { get; }
  Property Value
| 
        System.String
         The description.  | 
    
OptionalArgumentsCount
Gets the optional arguments count.
Declaration
public int OptionalArgumentsCount { get; }
  Property Value
| 
        System.Int32
         The optional arguments count.  | 
    
OptionalArgumentsRepetitionCount
Gets the optional arguments repetition count.
Declaration
public int OptionalArgumentsRepetitionCount { get; }
  Property Value
| 
        System.Int32
         The optional arguments repetition count.  | 
    
RequiredArgumentsCount
Gets the required arguments count.
Declaration
public int RequiredArgumentsCount { get; }
  Property Value
| 
        System.Int32
         The required arguments count.  | 
    
Syntax
Gets the syntax.
Declaration
public string Syntax { get; }
  Property Value
| 
        System.String
         The syntax.  |