SpreadsheetCellType Class

Defines a custom cell type with optional renderer and editor components for a spreadsheet.

Inheritance

Object

Spreadsheet.SpreadsheetCellType

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class SpreadsheetCellType

Constructors

SpreadsheetCellTypelink

Defines a custom cell type with optional renderer and editor components for a spreadsheet.

Declaration
public SpreadsheetCellType()

Properties

EditorTypelink

Gets or sets the component type used to edit the cell. The component must accept a SpreadsheetCellEditContext parameter named Context.

Declaration
public Type EditorType { get; set; }
Property Value
Type Description
TypeGets or sets the component type used to edit the cell. The component must accept a SpreadsheetCellEditContext parameter named Context.

RendererTypelink

Gets or sets the component type used to render the cell. The component must accept a SpreadsheetCellRenderContext parameter named Context.

Declaration
public Type RendererType { get; set; }
Property Value
Type Description
TypeGets or sets the component type used to render the cell. The component must accept a SpreadsheetCellRenderContext parameter named Context.

Methods

Createlink

Creates a SpreadsheetCellType with a custom renderer.

Declaration
public static Spreadsheet.SpreadsheetCellType Create()
Returns

Createlink

Creates a SpreadsheetCellType with a custom renderer.

Declaration
public static Spreadsheet.SpreadsheetCellType Create()
Returns
An error has occurred. This app may no longer respond until reloaded. Reload 🗙