'Declaration
Public Overloads ReadOnly Property Item( _ ByVal topLeftCellAddress As String, _ ByVal bottomRightCellAddress As String _ ) As CellRange
'Usage
Dim instance As CellCollection Dim topLeftCellAddress As String Dim bottomRightCellAddress As String Dim value As CellRange value = instance.Item(topLeftCellAddress, bottomRightCellAddress)
public CellRange Item( string topLeftCellAddress, string bottomRightCellAddress ) {get;}