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);
}