Provides context for custom cell renderers in a spreadsheet.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class SpreadsheetCellRenderContextGets the cell.
public Documents.Spreadsheet.Cell Cell { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Cell | Gets the cell. |
Gets the formatted display value of the cell.
public string FormattedValue { get; }
| Type | Description |
|---|---|
| string | Gets the formatted display value of the cell. |
Gets the worksheet that contains the cell.
public Documents.Spreadsheet.Worksheet Worksheet { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Worksheet | Gets the worksheet that contains the cell. |