Show / Hide Table of Contents

Interface ITableItemProvider

Exposes methods and properties to support UI automation client access to child controls of containers that implement ITableProvider.

Inherited Members
IGridItemProvider.Column
IGridItemProvider.ColumnSpan
IGridItemProvider.ContainingGrid
IGridItemProvider.Row
IGridItemProvider.RowSpan
Namespace: System.Windows.Automation.Provider
Assembly: OpenSilver.dll
Syntax
public interface ITableItemProvider : IGridItemProvider

Methods

| Improve this Doc View Source

GetColumnHeaderItems()

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source