CellSelection Class

Represents a component that displays the selection of a cell in a spreadsheet.

Inheritance

Object

ComponentBase

Spreadsheet.CellSelection

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

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 CellSelection : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

CellSelectionlink

Represents a component that displays the selection of a cell in a spreadsheet.

Declaration
public CellSelection()

Properties

Celllink

Gets or sets the cell reference for which the selection is displayed.

Declaration
public Documents.Spreadsheet.CellRef Cell { get; set; }
Property Value
Type Description
Documents.Spreadsheet.CellRefGets or sets the cell reference for which the selection is displayed.

Contextlink

Gets or sets the virtual grid context that provides information about the grid's state.

Declaration
public Spreadsheet.IVirtualGridContext Context { get; set; }
Property Value
Type Description
Spreadsheet.IVirtualGridContextGets or sets the virtual grid context that provides information about the grid's state.

Worksheetlink

Gets or sets the sheet that contains the cell for which the selection is displayed.

Declaration
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
Property Value
Type Description
Documents.Spreadsheet.WorksheetGets or sets the sheet that contains the cell for which the selection is displayed.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder
An error has occurred. This app may no longer respond until reloaded. Reload 🗙