ITableProvider Interface
Exposes methods and properties to support UI Automation client access to controls that act as containers for a collection of child elements. The children of this element must implement ITableItemProvider and be organized in a two-dimensional logical coordinate system that can be traversed (that is, a UI Automation client can move to adjacent controls) by using the keyboard.
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
The ITableProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ColumnCount | Gets the total number of columns in a grid. (Inherited from IGridProvider.) |
![]() | RowCount | Gets the total number of rows in a grid. (Inherited from IGridProvider.) |
![]() | RowOrColumnMajor | Retrieves the primary direction of traversal for the table. |
| Name | Description | |
|---|---|---|
![]() | GetColumnHeaders | Gets a collection of UI Automation providers that represents all the column headers in a table. |
![]() | GetItem | Retrieves the UI Automation provider for the specified cell. (Inherited from IGridProvider.) |
![]() | GetRowHeaders | Retrieves a collection of UI Automation providers that represents all row headers in the table. |
This control pattern is analogous to IGridProvider with the distinction that any control that implements ITableProvider must also expose a column and/or row header relationship for each child element.
Controls that implement ITableProvider are also required to implement IGridProvider so as to expose the inherent grid functionality of a table control.
Implemented on a UI Automation provider that must support the TablePattern and GridPattern control patterns.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
