Every row has a deleteCell and insertCell method. But how do I see whether a cell exists in the first place?
(A cell may have been deleted by combining it with another cell through rowSpan, and I would like to know if my cell was deleted.)
|
Every row has a (A cell may have been deleted by combining it with another cell through |
|||||||||
|
|
Each To find out which cells are missing AFAIK you'll need to iterate through that collection, ensuring that you read the |
||||