[]
Exposes methods and properties to support UI Automation client access to child controls of containers that implement IUiaTableProvider.
public interface IUiaTableItemProvider : IUiaGridItemProvider
| 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. |