Interface ITableItemPattern
The methods and properties used to retrieve table column or row header items.
Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITableItemPattern
Properties
ColumnHeaderItems
The column headers associated with a table item or cell. Note: This method is only supported when you enable the legacy UIA Pro Add-in.
Declaration
[Obsolete]
List<object> ColumnHeaderItems { get; }
Property Value
| Type | Description |
|---|---|
| List<object> |
ColumnHeaderItemsAsUIObjects
The column headers associated with a table item or cell. Note: This method is not supported when you enable the legacy UIA Pro Add-in.
Declaration
List<IUiObject> ColumnHeaderItemsAsUIObjects { get; }
Property Value
| Type | Description |
|---|---|
| List<IUiObject> |
RowHeaderItems
The row headers associated with a table item or cell. Note: This method is only supported when you enable the legacy UIA Pro Add-in.
Declaration
[Obsolete]
List<object> RowHeaderItems { get; }
Property Value
| Type | Description |
|---|---|
| List<object> |
RowHeaderItemsAsUIObjects
The row headers associated with a table item or cell. Note: This method is not supported when you enable the legacy UIA Pro Add-in.
Declaration
List<IUiObject> RowHeaderItemsAsUIObjects { get; }
Property Value
| Type | Description |
|---|---|
| List<IUiObject> |