Delete row
IsabelleK
Member, Sous Chef Posts: 2,807
Just wondering - if I have a table with 10 rows, and I delete the row number 5, does it means, that row which previously was number 6, now will be number 5, instead of deleted row, OR there will be just a blank space between row number 4, and row number 6?
Thanks!
Thanks!
Best Answers
-
MotherHoose Posts: 2,456yes, the row is removed (all columns and their values)
and the subsequent rows (with their values) move up a row …
in your scenario after removing row5 … the rowCount for the table is 9
you can confirm with a displayText for tCV … for row5
and another for row 6
or changeAttribute: self.Name To: tableRowCount
MH
Answers