reference property

String get reference

Represents the cell reference name.

Implementation

String get reference {
  return Range.getCellName(row, column);
}