Class FunctionArgumentsDialogContext
Represents context for the FunctionArgumentsDialog.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FunctionArgumentsDialogContext : RadSpreadsheetDialogContext
Constructors
FunctionArgumentsDialogContext(RadWorksheetEditor, FunctionBase)
Initializes a new instance of the Function
Declaration
public FunctionArgumentsDialogContext(RadWorksheetEditor worksheetEditor, FunctionBase function)
Parameters
Rad The worksheet editor. |
Telerik. The function. |
Properties
Function
Gets the function.
Declaration
public FunctionBase Function { get; }
Property Value
Telerik. The function. |
WorksheetEditor
Gets the worksheet editor.
Declaration
public RadWorksheetEditor WorksheetEditor { get; }
Property Value
Rad The worksheet editor. |