reference property

String reference

Represents the cell reference name.

Implementation

String get reference {
  return Range._getCellName(_row, _column);
}