Versions Compared

Key

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

...

The returned value has no meaning.

Examples

...

Example 1

...

Code Block
reporting_setupSheet("Data", {"Name", "Position", "Age", "Wage"}, {0, 0, 1, 1});
// first two columns are of type text, while the last two are of type number

...