Spread.Services Documentation
SheetSelectionChange Event (IWorkbook)
GrapeCity.Documents.Spread Namespace > IWorkbook Interface : SheetSelectionChange Event
Occurs when the selection changes on a sheet.
Syntax
event System.EventHandler<RangeEventArgs> SheetSelectionChange
Event Data

The event handler receives an argument of type RangeEventArgs containing data related to this event. The following RangeEventArgs properties provide information specific to this event.

PropertyDescription
Represents the IRange of RangeEventArgs.  
See Also