[]
Represents the event data for the SelectionChanging event for the Spread component, which occurs when the user is selecting another range of cells.
public class SelectionChangingEventArgs : EventArgs
Public Class SelectionChangingEventArgs
Inherits EventArgs
Name | Description |
---|---|
SelectionChangingEventArgs(SpreadView, CellRange, int, int) | Creates a new object with the SelectionChanging event arguments. |
Name | Description |
---|---|
Cancel | Gets or sets whether the selection action should be cancelled. |
CurrentColumn | Gets the column index of the cell that contains the mouse pointer. |
CurrentRow | Gets the row index of the cell that contains the mouse pointer. |
Range | Gets the range of cells encompassing the selection. |
View | Gets the view that contains the selection. |