ITableItemProvider Interface
Exposes methods and properties to support UI Automation client access to child controls of containers that implement ITableProvider.
Namespace: System.Windows.Automation.Provider
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
The ITableItemProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Column | Gets the ordinal number of the column that contains the cell or item. (Inherited from IGridItemProvider.) |
![]() | ColumnSpan | Gets the number of columns spanned by a cell or item. (Inherited from IGridItemProvider.) |
![]() | ContainingGrid | Gets a UI Automation provider that implements IGridProvider and represents the container of the cell or item. (Inherited from IGridItemProvider.) |
![]() | Row | Gets the ordinal number of the row that contains the cell or item. (Inherited from IGridItemProvider.) |
![]() | RowSpan | Gets the number of rows spanned by a cell or item. (Inherited from IGridItemProvider.) |
| Name | Description | |
|---|---|---|
![]() | 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. |
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
