An instance of TablePosition
represents a position within a table (row and column).
You can get your current position in a table by using plugin.utils.getPosition(state)
.
Returns the number of columns in the current table.
Returns the number of rows in the current table.
Returns the index of the current row in the table.
Return the index of the current column in the table.
True if on first row and first column of the table
True if on last row and last column of the table
True if on first row
True if on last row
True if on first column
True if on last column