(callback: (cell: Cell) => T)
| 1646 | removeCellEx(address: string | Location): void; |
| 1647 | forEach(callback: (cell: Cell) => void): void; |
| 1648 | map<T>(callback: (cell: Cell) => T): T[]; |
| 1649 | findSheet(address: string | Location, create: boolean): Cell[] | undefined; |
| 1650 | findSheetRow(sheet: Cell[][], address: string | Location, create: boolean): Row | undefined; |
| 1651 | findRowCell(row: any[], address: Address, create: boolean): Cell | undefined; |
no outgoing calls
no test coverage detected