[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SelectionChangingEventArgs.-ctor

SelectionChangingEventArgs Constructor

SelectionChangingEventArgs(SpreadView, CellRange, int, int)

Creates a new object with the SelectionChanging event arguments.

Declaration
public SelectionChangingEventArgs(SpreadView view, CellRange cellRange, int currentRow, int currentColumn)
Public Sub New(view As SpreadView, cellRange As CellRange, currentRow As Integer, currentColumn As Integer)
Parameters
Type Name Description
SpreadView view

View that contains the selection

CellRange cellRange

Range of cells encompassing the selection

int currentRow

Row index of the cell that contains the pointer

int currentColumn

Column index of the cell that contains the pointer