ITableItemProvider.GetColumnHeaderItems Method

Definition

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

public:
 Platform::Array <IRawElementProviderSimple ^> ^ GetColumnHeaderItems();
winrt::array_view <IRawElementProviderSimple const&> GetColumnHeaderItems();
public IRawElementProviderSimple[] GetColumnHeaderItems();
function getColumnHeaderItems()
Public Function GetColumnHeaderItems () As IRawElementProviderSimple()

Returns

An array of UI Automation providers.

Applies to