TablePattern.TablePatternInformation Structure
Provides access to the property values of a TablePattern object using its Current or Cached accessors.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnCount | Gets the total number of columns in a table. |
![]() | RowCount | Gets the total number of rows in a table. |
![]() | RowOrColumnMajor | Retrieves the primary direction of traversal (ColumnMajor, RowMajor, Indeterminate) for the table. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetColumnHeaders() | Retrieves a collection of AutomationElements representing all the column headers in a table. |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetRowHeaders() | Retrieves a collection of AutomationElements representing all the row headers in a table. |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
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.

