Spread for ASP.NET 10 Product Documentation
GetExtendedSelection Method (DefaultSheetSelectionModel)


Row index to which to extend the selection
Column index to which to extend the selection
Gets the cell range that would be selected if you extended the current selection to the specified row and column indexes.
Syntax
'Declaration
 
Public Function GetExtendedSelection( _
   ByVal extendRow As Integer, _
   ByVal extendColumn As Integer _
) As CellRange
'Usage
 
Dim instance As DefaultSheetSelectionModel
Dim extendRow As Integer
Dim extendColumn As Integer
Dim value As CellRange
 
value = instance.GetExtendedSelection(extendRow, extendColumn)
public CellRange GetExtendedSelection( 
   int extendRow,
   int extendColumn
)

Parameters

extendRow
Row index to which to extend the selection
extendColumn
Column index to which to extend the selection

Return Value

CellRange object containing the range of cells in the selection
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

DefaultSheetSelectionModel Class
DefaultSheetSelectionModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.