ITableItemProvider.GetColumnHeaderItems Method

Definition

Retrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell.

public:
 cli::array <System::Windows::Automation::Provider::IRawElementProviderSimple ^> ^ GetColumnHeaderItems();
public System.Windows.Automation.Provider.IRawElementProviderSimple[] GetColumnHeaderItems ();
abstract member GetColumnHeaderItems : unit -> System.Windows.Automation.Provider.IRawElementProviderSimple[]
Public Function GetColumnHeaderItems () As IRawElementProviderSimple()

Returns

A collection of UI Automation providers.

Applies to

See also