This commit is contained in:
MarkBaker 2022-04-12 08:34:03 +02:00
parent 3becd5696a
commit f672734258
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
- `setSelectedCellByColumnAndRow()` use the equivalent `setSelectedCells()`
This change provides more consistency in the methods (not every "by cell address" method has an equivalent "byColumnAndRow" method);
and the "by cell address" methods often provide more flexibility, such as allowing a range of cells, or referencig them by passing the defined name of a named range as the argument.
and the "by cell address" methods often provide more flexibility, such as allowing a range of cells, or referencing them by passing the defined name of a named range as the argument.
### Removed