Range Property

Summary

Gets the cell range that has been selected or affected by a change in selection.

Syntax

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

Property Value

The CellRange object. This includes the starting and ending row and column indexes, allowing identification of the selection's scope and location.

Requirements

Target Platforms

See Also

SheetEditorSelectionChangedEventArgs Class

SheetEditorSelectionChangedEventArgs 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.