New to Telerik UI for WinFormsStart a free 30-day trial

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; }
Property Value:

The category.

Gets the description.

C#
public string Description { get; }
Property Value:

The description.

Gets the optional arguments count.

C#
public int OptionalArgumentsCount { get; }
Property Value:

The optional arguments count.

Gets the optional arguments repetition count.

C#
public int OptionalArgumentsRepetitionCount { get; }
Property Value:

The optional arguments repetition count.

Gets the required arguments count.

C#
public int RequiredArgumentsCount { get; }
Property Value:

The required arguments count.

Gets the syntax.

C#
public string Syntax { get; }
Property Value:

The syntax.