(locStr: string, name?: string)
| 1662 | getMatrix(name: string): CellMatrix; |
| 1663 | // add a name to a cell. locStr in the form SheetName!$col$row or SheetName!$c1$r1:$c2:$r2 |
| 1664 | add(locStr: string, name?: string): void; |
| 1665 | addEx(location: string | Location, name: string): Cell; |
| 1666 | |
| 1667 | remove(locStr: string | Location, name: string): void; |
no outgoing calls
no test coverage detected