IUIAutomationTablePattern::GetCurrentRowHeaders Method

Retrieves a collection of UI Automation elements representing all the row headers in a table.

Syntax

HRESULT GetCurrentRowHeaders(      
    IUIAutomationElementArray **retVal
);

Parameters

  • retVal
    [out, retval] The address of a variable that receives a pointer to an IUIAutomationElementArray interface for the collection of row headers. The default is an empty array.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IUIAutomationTablePattern::GetCurrentColumnHeaders