setFormulaStringValue method

void setFormulaStringValue(
  1. String text
)

Set formula string value to the range.

Implementation

void setFormulaStringValue(String text) {
  _text = text;
  saveType = 'str';
}