TablePattern.TablePatternInformation 구조체
정의
해당 TablePattern 또는 Current 접근자를 사용하여 Cached 개체의 속성 값에 액세스할 수 있습니다.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
- 상속
속성
ColumnCount |
테이블에 있는 열의 총 개수를 가져옵니다.Gets the total number of columns in a table. |
RowCount |
테이블에 있는 행의 총 개수를 가져옵니다.Gets the total number of rows in a table. |
RowOrColumnMajor |
테이블의 기본 탐색 방향(ColumnMajor, RowMajor, Indeterminate)을 검색합니다.Retrieves the primary direction of traversal (ColumnMajor, RowMajor, Indeterminate) for the table. |
메서드
GetColumnHeaders() |
테이블의 모든 열 머리글을 나타내는 AutomationElement 컬렉션을 검색합니다.Retrieves a collection of AutomationElements representing all the column headers in a table. |
GetRowHeaders() |
테이블의 모든 행 머리글을 나타내는 AutomationElement 컬렉션을 검색합니다.Retrieves a collection of AutomationElements representing all the row headers in a table. |