SpreadsheetCellRenderContext Class

Provides context for custom cell renderers in a spreadsheet.

Inheritance

Object

Spreadsheet.SpreadsheetCellRenderContext

Spreadsheet.SpreadsheetCellEditContext

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class SpreadsheetCellRenderContext

Properties

Celllink

Gets the cell.

Declaration
public Documents.Spreadsheet.Cell Cell { get; }
Property Value
Type Description
Documents.Spreadsheet.CellGets the cell.

FormattedValuelink

Gets the formatted display value of the cell.

Declaration
public string FormattedValue { get; }
Property Value
Type Description
stringGets the formatted display value of the cell.

Worksheetlink

Gets the worksheet that contains the cell.

Declaration
public Documents.Spreadsheet.Worksheet Worksheet { get; }
Property Value
Type Description
Documents.Spreadsheet.WorksheetGets the worksheet that contains the cell.
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙