Example: rows method

This example gets the second row of the range.

  Range range = sheet.range("A1:E6");
  Range rows = range.rows(2);

Related information

rows method