[]
Represents the event data for the SelectionChanged event for the Spread component, which occurs when the user has changed the selection by selecting another range of cells.
public class SelectionChangedEventArgs : EventArgs
Public Class SelectionChangedEventArgs
Inherits EventArgs
Name | Description |
---|---|
SelectionChangedEventArgs(SpreadView, CellRange) | Creates a new object with the SelectionChanged event arguments. |
Name | Description |
---|---|
Range | Gets the range of cells encompassing the selection. |
View | Gets the view that contains the selection. |