Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add entries to the list. The column count must match the number of column names set with the headers() method.

...

     var entries = list1.entries();

...


entries.add(["ADM", "Administration"]);

...


entries.add(["MKT", "Marketing"]);