Class FunctionArgumentsDialogContext
Represents context for the FunctionArgumentsDialog.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |