The CellRangeEventArgs type exposes the following members.

Constructors

  Name Description
Public method CellRangeEventArgs
Initializes a new instance of a CellRangeEventArgs.

Properties

  Name Description
Public property CellRange
CellRange affected by the event.
Public property CellType
CellType of the range affected by the event.
Public property Column
Index of the column affected by the event.
Public property Panel
GridPanel that contains the range affected by the event.
Public property Row
Index of the row affected by the event.

See Also