ITableItemProvider interface
Provides access to child controls of containers that implement ITableProvider.
Members
The ITableItemProvider interface inherits from the IUnknown interface. ITableItemProvider also has these types of members:
Methods
The ITableItemProvider interface has these methods.
| Method | Description |
|---|---|
| GetColumnHeaderItems |
Retrieves a collection of UI Automation provider representing all the column headers associated with a table item or cell. |
| GetRowHeaderItems |
Retrieves a collection of UI Automation provider 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 TableItem control pattern.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_ITableItemProvider is defined as b9734fa6-771f-4d78-9c90-2517999349cd |
See also