ClassFunctionInfoView
Class
The class exposes information about function used in UI.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class FunctionInfoView
Inheritance: objectFunctionInfoView
Properties
Category
Gets the category.
Declaration
cs-api-definition
public FunctionCategory Category { get; }
Property Value
FunctionCategory
The category.
Description
Gets the description.
Declaration
cs-api-definition
public string Description { get; }
Property Value
The description.
OptionalArgumentsCount
Gets the optional arguments count.
Declaration
cs-api-definition
public int OptionalArgumentsCount { get; }
Property Value
The optional arguments count.
OptionalArgumentsRepetitionCount
Gets the optional arguments repetition count.
Declaration
cs-api-definition
public int OptionalArgumentsRepetitionCount { get; }
Property Value
The optional arguments repetition count.
RequiredArgumentsCount
Gets the required arguments count.
Declaration
cs-api-definition
public int RequiredArgumentsCount { get; }
Property Value
The required arguments count.