Table of Contents

Interface ITableItemPattern

Namespace
HP.LFT.SDK.UIAPro
Assembly
HP.LFT.SDK.dll

The methods and properties used to retrieve table column or row header items.

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.

[Obsolete("Use ColumnHeaderItemsAsUIObjects instead.")]
List<object> ColumnHeaderItems { get; }

Property Value

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.

List<IUiObject> ColumnHeaderItemsAsUIObjects { get; }

Property Value

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.

[Obsolete("Use RowHeaderItemsAsUIObjects instead.")]
List<object> RowHeaderItems { get; }

Property Value

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.

List<IUiObject> RowHeaderItemsAsUIObjects { get; }

Property Value

List<IUiObject>