Spread Windows Forms 12.0 Product Documentation
ExtendSelection Method (INotifySelectionChanged)


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
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)
bool ExtendSelection( 
   int extendRow,
   int extendColumn
)

Parameters

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

Reference

INotifySelectionChanged Interface
INotifySelectionChanged Members