Example: Row property

This example displays the number of row of the range.

  int row = range.getRow();
  System.out.println(row);

Related information

Row property