Example: StartRow property

This example displays the first row index of the range.

  Range range = sheet.range("A1:E6");
  System.out.println(range.getStartRow());

Related information

StartRow property