ITableItemProvider Interface

Exposes methods and properties to support UI Automation client access to child controls of containers that implement ITableProvider.

ITableItemProvider Members

GetColumnHeaderItems Retrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell.
GetRowHeaderItems Retrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell.

Remarks

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 TableItemPattern control pattern.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomation.h, uiautomationcore.idl
Minimum operating systems Windows XP

See Also

UI Automation Providers Overview