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