new TableItemPattern()
    The UIA Pro TableItem pattern.
Methods
getColumnHeaderItems() → {Promise.<Array.<string>>}
    Returns the column headers associated with a table item or cell.
Returns:
    a promise that is fulfilled with the columnHeaders of the object.
- Type
 - Promise.<Array.<string>>
 
getRowHeaderItems() → {Promise.<Array.<string>>}
    Returns the row headers associated with a table item or cell.
Returns:
    a promise that is fulfilled with the rowHeaders of the object.
- Type
 - Promise.<Array.<string>>