Example: Value property

This example sets the value for all the cells of the range.

  Range range = sheet.range("A1:E6");
  range.setValue(25.6);

Related information

Value property