Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INotifySelectionChanged Interface / ExtendSelection Method
Row index of the farthest cell in the selection
Column index of the farthest cell in the selection


In This Topic
ExtendSelection Method (INotifySelectionChanged)
In This Topic
Specifies the extent (or farthest cell) in the selection of cells.
Syntax
'Declaration
 
Function ExtendSelection( _
   ByVal extendRow As Integer, _
   ByVal extendColumn As Integer _
) As Boolean
 
'Usage
 
Dim instance As INotifySelectionChanged
Dim extendRow As Integer
Dim extendColumn As Integer
Dim value As Boolean
 
value = instance.ExtendSelection(extendRow, extendColumn)

Parameters

extendRow
Row index of the farthest cell in the selection
extendColumn
Column index of the farthest cell in the selection
See Also