TableItemPattern Class
Represents the child controls of containers that support TablePattern.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
System.Windows.Automation.BasePattern
System.Windows.Automation.GridItemPattern
System.Windows.Automation.TableItemPattern
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Frees resources and performs other cleanup operations before the object is reclaimed by garbage collection.(Inherited from BasePattern.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ColumnHeaderItemsProperty | Identifies the property that retrieves all the column headers associated with a table item or cell. |
![]() ![]() | Pattern | Identifies the TableItemPattern control pattern. |
![]() ![]() | RowHeaderItemsProperty | Identifies the property that retrieves all the row headers associated with a table item or cell. |
This control pattern is analogous to GridItemPattern with the distinction that any control supporting TableItemPattern will programmatically expose the relationship between the individual cell and its row and column information.
Access to individual cell functionality is provided by the additional support of GridItemPattern.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




