Abstract base class for spreadsheet cells view components.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.BuildRenderTree
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 abstract class CellBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderAbstract base class for spreadsheet cells view components.
protected CellBase()Gets or sets the cell frozen state.
public Spreadsheet.FrozenState FrozenState { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.FrozenState | Gets or sets the cell frozen state. |
Gets or sets the cell rectangle in pixels.
public Spreadsheet.PixelRectangle Rect { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.PixelRectangle | Gets or sets the cell rectangle in pixels. |
Returns the style of the cell.
protected string Style { get; }
| Type | Description |
|---|---|
| string | Returns the style of the cell. |
Appends the style properties to the StringBuilder.
protected virtual void AppendStyle(Text.StringBuilder sb)
| Type | Name | Description |
|---|---|---|
| Text.StringBuilder | sb |
Constructs the style string for the cell.
protected virtual string GetStyle()
| Type | Description |
|---|---|
| string |