CellEventArgs Class

Represents the event arguments for cell-related events in a spreadsheet.

Inheritance

Object

EventArgs

Spreadsheet.CellEventArgs

Inherited Members

EventArgs.Empty

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class CellEventArgs : EventArgs

Constructors

CellEventArgsLink to this section

Represents the event arguments for cell-related events in a spreadsheet.

Declaration
public CellEventArgs()

Properties

ColumnLink to this section

Gets or sets the column index of the cell.

Declaration
public int Column { get; set; }
Property Value
Type Description
intGets or sets the column index of the cell.

PointerLink to this section

Gets or sets the pointer event arguments associated with the cell event.

Declaration
public PointerEventArgs Pointer { get; set; }
Property Value
Type Description
PointerEventArgsGets or sets the pointer event arguments associated with the cell event.

RowLink to this section

Gets or sets the row index of the cell.

Declaration
public int Row { get; set; }
Property Value
Type Description
intGets or sets the row index of the cell.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙