Overload | Description |
---|---|
Item(Int32) | Gets a Row using an Id. |
Item(Int32,Int32) | Gets a RowRange that starts at the Row associated with the startRowId and ends at the row associated with the endRowId. For example, “var rowRange = worksheet.Rows[1, 3];” will get a range from row 1 to 3. |