public virtual CellRange this[ int index ]; {get;}
'Declaration Public Overridable ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CellRange
'Declaration
Public Overridable ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CellRange
'Usage Dim instance As BaseSheetSelectionModel Dim index As Integer Dim value As CellRange value = instance.Item(index)
'Usage
Dim instance As BaseSheetSelectionModel Dim index As Integer Dim value As CellRange value = instance.Item(index)
BaseSheetSelectionModel Class BaseSheetSelectionModel Members