Click or drag to resize

APIGetTableRowHeaders Method

Retrieves a collection of UI Items representing all the row headers in a table

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public AutomationElement[] GetTableRowHeaders(
	AutomationElement UIItemVariable
)

Parameters

UIItemVariable
Type: System.Windows.AutomationAutomationElement

[Missing <param name="UIItemVariable"/> documentation for "M:AppRobotic.API.GetTableRowHeaders(System.Windows.Automation.AutomationElement)"]

Return Value

Type: AutomationElement
Returns array containing UI Items, or NULL if error occurs.
See Also