Represents a component that displays the selection of a cell in a spreadsheet.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
public class CellSelection : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRepresents a component that displays the selection of a cell in a spreadsheet.
public CellSelection()Gets or sets the cell reference for which the selection is displayed.
public Documents.Spreadsheet.CellRef Cell { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.CellRef | Gets or sets the cell reference for which the selection is displayed. |
Gets or sets the virtual grid context that provides information about the grid's state.
public Spreadsheet.IVirtualGridContext Context { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.IVirtualGridContext | Gets or sets the virtual grid context that provides information about the grid's state. |
Gets or sets the sheet that contains the cell for which the selection is displayed.
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Worksheet | Gets or sets the sheet that contains the cell for which the selection is displayed. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |