IUIAutomationTableItemPattern::GetCurrentColumnHeaderItems Method
Retrieves the column headers associated with a table item or cell.
Syntax
HRESULT GetCurrentColumnHeaderItems( IUIAutomationElementArray **retVal );
Parameters
- retVal
[out, retval] The address of a variable that receives a pointer to an IUIAutomationElementArray interface for the collection of column headers.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also