APIGetTableColumnHeaderItems Method |
Retrieves the column headers associated with a table item or cell.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public AutomationElement[] GetTableColumnHeaderItems(
AutomationElement UIItemVariable
)
Parameters
- UIItemVariable
- Type: System.Windows.AutomationAutomationElement
[Missing <param name="UIItemVariable"/> documentation for "M:AppRobotic.API.GetTableColumnHeaderItems(System.Windows.Automation.AutomationElement)"]
Return Value
Type:
AutomationElementReturns array containing UI Items, or NULL if error occurs.
See Also