'Declaration
Public Class RowRange Inherits Xceed.Workbooks.NET.LinearRange(Of Row) Implements Xceed.Workbooks.NET.IRangeBase(Of Row)
'Usage
Dim instance As RowRange
public class RowRange : Xceed.Workbooks.NET.LinearRange<Row>, Xceed.Workbooks.NET.IRangeBase<Row>