IUIAutomationTableItemPattern::GetCurrentRowHeaderItems Method

Retrieves the row headers associated with a table item or cell.

Syntax

HRESULT GetCurrentRowHeaderItems(      
    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.

Return Value

Returns S_OK if successful, or an error value otherwise.