public interface ITableItemProvider extends IInitable
This control pattern is analogous to IGridItemProvider with the distinction that any control
implementing ITableItemProvider must expose the relationship between the individual cell and its row and column information.
Access to individual cell functionality is provided by the concurrent implementation of IGridItemProvider.
Implemented on a UI Automation provider that must support the TableItem control pattern.
Modifier and Type | Interface and Description |
---|---|
static class |
ITableItemProvider.TableItemProviderContext
context object for ITableItemProvider.
|
Modifier and Type | Method and Description |
---|---|
IUIAElement[] |
GetColumnHeaderItems()
Retrieves a collection of Microsoft UI Automation provider representing all the column headers associated with a table item or cell.
|
IUIAElement[] |
GetRowHeaderItems()
Retrieves a collection of Microsoft UI Automation provider representing all the row headers associated with a table item or cell.
|
initialize
IUIAElement[] GetColumnHeaderItems()
IUIAElement[] GetRowHeaderItems()