Class
FunctionArgumentsDialogContext

Represents context for the FunctionArgumentsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FunctionArgumentsDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextFunctionArgumentsDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

FunctionArgumentsDialogContext(RadWorksheetEditor, FunctionBase)

Initializes a new instance of the FunctionArgumentsDialogContext class.

Declaration

cs-api-definition
public FunctionArgumentsDialogContext(RadWorksheetEditor worksheetEditor, FunctionBase function)

Parameters

worksheetEditor

RadWorksheetEditor

The worksheet editor.

function

FunctionBase

The function.

Properties

Function

Gets the function.

Declaration

cs-api-definition
public FunctionBase Function { get; }

Property Value

FunctionBase

The function.

WorksheetEditor

Gets the worksheet editor.

Declaration

cs-api-definition
public RadWorksheetEditor WorksheetEditor { get; }

Property Value

RadWorksheetEditor

The worksheet editor.