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: System.Windows (in System.Windows.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 that are spanned by a cell or item. (Inherited from IGridItemProvider.) |
![]() ![]() | ContainingGrid | Gets a UI automation provider that implements IGridProvider and that 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 an array of UI automation providers representing all the column headers associated with a table item or cell. |
![]() ![]() | GetRowHeaderItems | Retrieves an array 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.
This interface is implemented on a UI automation provider that must support the TableItem control pattern.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.


