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

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

Declaration
public CellEventArgs()

Properties

Columnlink

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

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

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 🗙