Represents a formula editor component for a spreadsheet.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class FormulaEditor : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderInitializes a new instance of the FormulaEditor class.
public FormulaEditor()Gets or sets the editor.
public Spreadsheet.Editor Editor { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.Editor | Gets or sets the editor. |
Gets or sets the spreadsheet instance that contains the sheet.
public ISpreadsheet Spreadsheet { get; set; }
| Type | Description |
|---|---|
| ISpreadsheet | Gets or sets the spreadsheet instance that contains the sheet. |
Gets or sets the sheet that contains the formula editor.
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Worksheet | Gets or sets the sheet that contains the formula editor. |