Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetSelection Method
Index into the list of selections


In This Topic
    GetSelection Method (SheetView)
    In This Topic
    Gets the selection on this sheet with the specified index.
    Syntax
    'Declaration
     
    
    Public Function GetSelection( _
       ByVal index As Integer _
    ) As CellRange
    'Usage
     
    
    Dim instance As SheetView
    Dim index As Integer
    Dim value As CellRange
     
    value = instance.GetSelection(index)
    public CellRange GetSelection( 
       int index
    )

    Parameters

    index
    Index into the list of selections
    See Also