ITableProvider.GetRowHeaders Method

Definition

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

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

Returns

An array of UI Automation providers.

Applies to