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 FunctionArgumentsDialogContext class.
Declaration
public FunctionArgumentsDialogContext(RadWorksheetEditor worksheetEditor, FunctionBase function)
Parameters
RadWorksheetEditor
worksheetEditor
The worksheet editor. |
Telerik.Windows.Documents.Spreadsheet.Expressions.Functions.FunctionBase
function
The function. |
Properties
Function
Gets the function.
Declaration
public FunctionBase Function { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Expressions.Functions.FunctionBase
The function. |
WorksheetEditor
Gets the worksheet editor.
Declaration
public RadWorksheetEditor WorksheetEditor { get; }
Property Value
RadWorksheetEditor
The worksheet editor. |