Renders a cell in a spreadsheet.
IComponent
IHandleEvent
IHandleAfterRender
Spreadsheet.CellBase.FrozenState
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class CellView : Spreadsheet.CellBase, IComponent, IHandleEvent, IHandleAfterRenderGets or sets the registered custom cell types.
public Dictionary<string, Spreadsheet.SpreadsheetCellType> CellTypes { get; set; }
| Type | Description |
|---|---|
| Dictionary<string, Spreadsheet.SpreadsheetCellType> | Gets or sets the registered custom cell types. |
Gets or sets the column index of the cell.
public int Column { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the column index of the cell. |
Gets or sets the row index of the cell.
public int Row { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the row index of the cell. |
Event callback that is invoked when the toggle button is clicked.
public EventCallback<Spreadsheet.CellMenuToggleEventArgs> Toggle { get; set; }
| Type | Description |
|---|---|
| EventCallback<Spreadsheet.CellMenuToggleEventArgs> | Event callback that is invoked when the toggle button is clicked. |
Gets or sets the sheet that contains the cell.
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Worksheet | Gets or sets the sheet that contains the cell. |
protected override void AppendStyle(Text.StringBuilder sb)
| Type | Name | Description |
|---|---|---|
| Text.StringBuilder | sb |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
public override Task SetParametersAsync(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| Task |