ITableProvider.GetColumnHeaders Method

Definition

Returns a collection of UI Automation providers that represents all the column headers in a table.

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

Returns

An array of UI Automation providers.

Applies to