Versions Compared

Key

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

...

Code Block
languagejs
Promise<int> getColumns()

Returns the number of columns. This is useful for writing code that loops over the available rows and columns. 

GetRows()
Code Block
languagejs
Promise<int> getRows()

Returns the number of rows. This is useful for writing code that loops over the available rows and columns.