TablePattern.TablePatternInformation 結構

定義

使用 TablePattern 物件的 CurrentCached 存取子,提供該物件的屬性值存取。

public: value class TablePattern::TablePatternInformation
public struct TablePattern.TablePatternInformation
type TablePattern.TablePatternInformation = struct
Public Structure TablePattern.TablePatternInformation
繼承
TablePattern.TablePatternInformation

屬性

ColumnCount

取得資料表的資料行總數。

RowCount

取得資料表的資料列總數。

RowOrColumnMajor

擷取資料表的主要周遊方向 (ColumnMajorRowMajorIndeterminate)。

方法

GetColumnHeaders()

擷取資料表中所有資料行行首的 AutomationElement 集合。

GetRowHeaders()

擷取資料表中所有資料列行首的 AutomationElement 集合。

適用於

另請參閱