'Declaration
Public Overloads ReadOnly Property Item( _ ByVal rowId As Integer, _ ByVal columnId As Integer _ ) As Cell
'Usage
Dim instance As CellCollection Dim rowId As Integer Dim columnId As Integer Dim value As Cell value = instance.Item(rowId, columnId)