Options
All
  • Public
  • Public/Protected
  • All
Menu

A table selection that can be defined using the Table element and first/last row and column number. Table selection can cover multiple table cells, it does not need to be continuous, but it should be a rectangle

Hierarchy

Index

Properties

firstColumn

firstColumn: number

Index of the first selected column, start from 0

firstRow

firstRow: number

Index of the first selected row, start from 0

lastColumn

lastColumn: number

Index of the last selected column, start from 0

lastRow

lastRow: number

Index of the last selected row, start from 0

table

table: HTMLTableElement

The table that this selection is representing

type

type: "table"

Type of this selection

Generated using TypeDoc