Gets the range of cells involved in a user interaction within the SheetEditor.
Object.defineProperty(SheetEditorInteractiveEventArgs.prototype, 'cellRange',
get: function()
)
The CellRange object that outlines the boundaries of the interaction within the sheet, including the start and end rows and columns.
This property is crucial for understanding the scope of actions like selection, editing, or formatting that target specific cells or a group of cells.
SheetEditorInteractiveEventArgs Class