Example: cells method

This example gets a range that represents a cell.

  Range range = sheet.range("A1:E6");
  Range cell = range.cells(1,1);

Related information

cells method