GridProviderWrapperGetItem - метод

Retrieves the UI Automation provider for the specified cell.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public IRawElementProviderSimple GetItem(
	int row,
	int column
)

Параметры

row  Int32
The ordinal number of the row of interest.
column  Int32
The ordinal number of the column of interest.

Возвращаемое значение

IRawElementProviderSimple
The UI Automation provider for the specified cell.

Реализации

IGridProviderGetItem(Int32, Int32)

См. также