What is the actual difference between rows().remove() and .clear()
What is the actual difference between rows().remove() and .clear()
GavinBeattie
Posts: 1Questions: 1Answers: 0
As title, I'm trying to work out if clear takes out all i.e. including column headers or something else.
Answers
clear()
is nuclear, it removes everything, whereasrows().remove()
can selectively remove rows. If you're removing everything, they're the pretty much the same, they only remove the rows, nothing else.destroy()
can remove the table too if you want everything gone,Colin
The above link is spam.
Kevin
Thanks Kevin. Deleted and banned.