SheetEditorSelectionChangedEventArgs is an event data class that captures details about changes in cell or range selection within the SheetEditor.
function lt.Document.SheetEditor.SheetEditorSelectionChangedEventArgs
extends System.EventArgs
This class is essential for enabling spreadsheet applications to react to user interactions, such as selections made within the sheet. By offering detailed context on selection changes, it allows the implementation of conditional formatting, data analysis, and other selection-dependent actions. This class enhances the user interaction within the SheetEditor by facilitating targeted and informed responses to changes in cell or range selections.