IGridProvider.GetItem(Int32, Int32) Method

Definition

Retrieves the UI Automation provider for the specified cell.

public:
 IRawElementProviderSimple ^ GetItem(int row, int column);
IRawElementProviderSimple GetItem(int const& row, int const& column);
public IRawElementProviderSimple GetItem(int row, int column);
function getItem(row, column)
Public Function GetItem (row As Integer, column As Integer) As IRawElementProviderSimple

Parameters

row
Int32

int

The ordinal number of the row that contains the cell.

column
Int32

int

The ordinal number of the column that contains the cell.

Returns

The UI Automation provider for the specified cell.

Applies to