Represents context for the FunctionArgumentsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class FunctionArgumentsDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextFunctionArgumentsDialogContext
Inherited Members
Constructors
Initializes a new instance of the FunctionArgumentsDialogContext class.
C#
public FunctionArgumentsDialogContext(RadWorksheetEditor worksheetEditor, FunctionBase function)
The worksheet editor.
functionFunctionBaseThe function.
Properties
Function
FunctionBase
Gets the function.
C#
public FunctionBase Function { get; }
The function.
Gets the worksheet editor.
C#
public RadWorksheetEditor WorksheetEditor { get; }
The worksheet editor.