TablePattern.TablePatternInformation Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the property values of a TablePattern object using its Current or Cached accessors.
public: value class TablePattern::TablePatternInformation
public struct TablePattern.TablePatternInformation
type TablePattern.TablePatternInformation = struct
Public Structure TablePattern.TablePatternInformation
- Inheritance
Properties
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. |
Methods
GetColumnHeaders() |
Retrieves a collection of AutomationElements representing all the column headers in a table. |
GetRowHeaders() |
Retrieves a collection of AutomationElements representing all the row headers in a table. |