Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / GetSelection Method


In This Topic
    GetSelection Method (WorksheetView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetSelection( _
       ByVal index As Integer _
    ) As Reference
    'Usage
     
    
    Dim instance As WorksheetView
    Dim index As Integer
    Dim value As Reference
     
    value = instance.GetSelection(index)
    public Reference GetSelection( 
       int index
    )

    Parameters

    index
    See Also