TablePattern.TablePatternInformation Struct

Definition

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
TablePattern.TablePatternInformation

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.

Applies to

See also