Class
FunctionInfoView

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

string

The description.

OptionalArgumentsCount

Gets the optional arguments count.

Declaration

cs-api-definition
public int OptionalArgumentsCount { get; }

Property Value

int

The optional arguments count.

OptionalArgumentsRepetitionCount

Gets the optional arguments repetition count.

Declaration

cs-api-definition
public int OptionalArgumentsRepetitionCount { get; }

Property Value

int

The optional arguments repetition count.

RequiredArgumentsCount

Gets the required arguments count.

Declaration

cs-api-definition
public int RequiredArgumentsCount { get; }

Property Value

int

The required arguments count.

Syntax

Gets the syntax.

Declaration

cs-api-definition
public string Syntax { get; }

Property Value

string

The syntax.