FormulaEditor Class

Represents a formula editor component for a spreadsheet.

Inheritance

Object

ComponentBase

Spreadsheet.FormulaEditor

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

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

Syntax

public class FormulaEditor : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

FormulaEditorLink to this section

Initializes a new instance of the FormulaEditor class.

Declaration
public FormulaEditor()

Properties

EditorLink to this section

Gets or sets the editor.

Declaration
public Spreadsheet.Editor Editor { get; set; }
Property Value
Type Description
Spreadsheet.EditorGets or sets the editor.

SpreadsheetLink to this section

Gets or sets the spreadsheet instance that contains the sheet.

Declaration
public ISpreadsheet Spreadsheet { get; set; }
Property Value
Type Description
ISpreadsheetGets or sets the spreadsheet instance that contains the sheet.

WorksheetLink to this section

Gets or sets the sheet that contains the formula editor.

Declaration
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
Property Value
Type Description
Documents.Spreadsheet.WorksheetGets or sets the sheet that contains the formula editor.

Methods

BuildRenderTreeLink to this section

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

OnParametersSetLink to this section

Declaration
protected override void OnParametersSet()
An error has occurred. This app may no longer respond until reloaded. Reload 🗙