Class FunctionInfoView
The class exposes information about function used in UI.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FunctionInfoView : Object
Properties
Category
Gets the category.
Declaration
public FunctionCategory Category { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Expressions.Functions.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. |