TableItemPattern Class
Represents the child controls of containers that support TablePattern.
System.Windows.Automation.BasePattern
System.Windows.Automation.GridItemPattern
System.Windows.Automation.TableItemPattern
Namespace: System.Windows.Automation
Assembly: UIAutomationClient (in UIAutomationClient.dll)
The TableItemPattern type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
