'Declaration Public Function GetSelection( _ ByVal index As Integer _ ) As CellRange
'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)
'Usage
Dim instance As SheetView Dim index As Integer Dim value As CellRange value = instance.GetSelection(index)
public CellRange GetSelection( int index )
SheetView Class SheetView Members