reference property
String
get
reference
Represents the cell reference name.
Implementation
String get reference {
return Range._getCellName(_row, _column);
}
Represents the cell reference name.
String get reference {
return Range._getCellName(_row, _column);
}