Get the width of the character (1 or 2 for wide chars)
()
| 676 | |
| 677 | /** Get the width of the character (1 or 2 for wide chars) */ |
| 678 | getWidth(): number; |
| 679 | |
| 680 | /** Check if cell has specific flags */ |
| 681 | isBold(): boolean; |
no outgoing calls
no test coverage detected