Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / GetSelection Method


In This Topic
    GetSelection Method
    In This Topic
    Gets selection at index.
    Syntax
    'Declaration
     
    Function GetSelection( _
       ByVal index As Integer _
    ) As Reference
    'Usage
     
    Dim instance As IWorksheetView
    Dim index As Integer
    Dim value As Reference
     
    value = instance.GetSelection(index)
    Reference GetSelection( 
       int index
    )

    Parameters

    index

    Return Value

    The selection at the specified index.
    See Also