'Declaration
Public Overloads ReadOnly Property Item( _ ByVal startRowId As Integer, _ ByVal endRowId As Integer _ ) As RowRange
'Usage
Dim instance As RowCollection Dim startRowId As Integer Dim endRowId As Integer Dim value As RowRange value = instance.Item(startRowId, endRowId)
public RowRange Item( int startRowId, int endRowId ) {get;}