Dialog for formatting cells in a spreadsheet.
IComponent
IHandleEvent
IHandleAfterRender
Spreadsheet.SpreadsheetDialogBase.L
Spreadsheet.SpreadsheetDialogBase.OnCancel
Spreadsheet.SpreadsheetDialogBase.DialogService
Spreadsheet.SpreadsheetDialogBase.DefaultUICulture
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 FormatCellsDialog : Spreadsheet.SpreadsheetDialogBase, IComponent, IHandleEvent, IHandleAfterRenderDialog for formatting cells in a spreadsheet.
public FormatCellsDialog()The current format of the selected cell.
public string CurrentFormat { get; set; }
| Type | Description |
|---|---|
| string | The current format of the selected cell. |
A sample value to preview formatting.
public object SampleValue { get; set; }
| Type | Description |
|---|---|
| object | A sample value to preview formatting. |
The data type of the sample value.
public Documents.Spreadsheet.CellDataType ValueType { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.CellDataType | The data type of the sample value. |