CellRange Property

Summary

Gets the range of cells involved in a user interaction within the SheetEditor.

Syntax

TypeScript
JavaScript
Object.defineProperty(SheetEditorInteractiveEventArgs.prototype, 'cellRange', 
	get: function() 
) 
cellRange: CellRange; // read-only 

Property Value

The CellRange object that outlines the boundaries of the interaction within the sheet, including the start and end rows and columns.

Remarks

This property is crucial for understanding the scope of actions like selection, editing, or formatting that target specific cells or a group of cells.

Requirements

Target Platforms

See Also

SheetEditorInteractiveEventArgs Class

SheetEditorInteractiveEventArgs Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.