Spread Windows Forms 12.0 Product Documentation
GetSelection Method (IWorksheetView)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : GetSelection Method
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
See Also

Reference

IWorksheetView Interface
IWorksheetView Members