Spread Windows Forms 6.0 Product Documentation
GetExtendedSelection Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IQuerySelection Interface : GetExtendedSelection Method


row
Row index to which to extend the selection
column
Column index to which to extend the selection

Glossary Item Box

Gets the cell range that would be selected if you extended the current selection to the specified row and column indexes.

Syntax

Visual Basic (Declaration) 
Function GetExtendedSelection( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As CellRange
Visual Basic (Usage)Copy Code
Dim instance As IQuerySelection
Dim row As Integer
Dim column As Integer
Dim value As CellRange
 
value = instance.GetExtendedSelection(row, column)
C# 
CellRange GetExtendedSelection( 
   int row,
   int column
)

Parameters

row
Row index to which to extend the selection
column
Column index to which to extend the selection

Return Value

CellRange object containing the range of selected cells

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.