Interface ITableItemProvider
Exposes methods and properties to support UI automation client access to child controls of containers that implement ITableProvider.
Inherited Members
Namespace: System.Windows.Automation.Provider
Assembly: OpenSilver.dll
Syntax
public interface ITableItemProvider : IGridItemProvider
Methods
| Improve this Doc View SourceGetColumnHeaderItems()
Retrieves an array of UI automation providers representing all the column headers associated with a table item or cell.
Declaration
IRawElementProviderSimple[] GetColumnHeaderItems()
Returns
Type | Description |
---|---|
IRawElementProviderSimple[] | An array of UI automation providers. |
GetRowHeaderItems()
Retrieves an array of UI automation providers representing all the row headers associated with a table item or cell.
Declaration
IRawElementProviderSimple[] GetRowHeaderItems()
Returns
Type | Description |
---|---|
IRawElementProviderSimple[] | An array of UI automation providers. |