Provides context for custom cell editors in a spreadsheet.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class SpreadsheetCellEditContext : Spreadsheet.SpreadsheetCellRenderContextCommits the edited value to the cell. The value is converted to a string and applied through the undo/redo system.
public Task CommitAsync(object value)
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| Task |