FunctionInfoView
Class
The class exposes information about function used in UI.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class FunctionInfoView
Inheritance: objectFunctionInfoView
Properties
Gets the category.
C#
public FunctionCategory Category { get; }
The category.
Gets the description.
C#
public string Description { get; }
The description.
Gets the optional arguments count.
C#
public int OptionalArgumentsCount { get; }
The optional arguments count.
Gets the optional arguments repetition count.
C#
public int OptionalArgumentsRepetitionCount { get; }
The optional arguments repetition count.
Gets the required arguments count.
C#
public int RequiredArgumentsCount { get; }
The required arguments count.