...
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
Promise<int> getRows() |
Returns the number of rows. This is useful for writing code that loops over the available rows and columns.