Delete row

IsabelleKIsabelleK Member, Sous Chef Posts: 2,807
edited July 2012 in Working with GS (Mac)
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!

Best Answers

  • master200012master200012 Posts: 372
    Accepted Answer
    I believe row 6 becomes 5.

    Hope this helps!
  • MotherHooseMotherHoose Posts: 2,456
    Accepted Answer
    yes, 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

    image MH

Answers

Sign In or Register to comment.