Class

TableCellCollection

TableCellCollection(txTableCellCollection)

Constructor

# new TableCellCollection(txTableCellCollection)

Wrapper für TXTextControl.TableCellCollection
Parameters:
Name Type Description
txTableCellCollection any

View Source TableCellCollection.js, line 8

Extends

Classes

TableCellCollection

Methods

# async getItem(row, column) → {Promise.<TableCell>}

Gets the cell with the specified row and column number
Parameters:
Name Type Description
row number
column number

View Source TableCellCollection.js, line 31

Promise.<TableCell>