[]
Retrieves the UI Automation provider for the specified cell.
IRawElementProviderSimple GetItem(int row, int column)
| Type | Name | Description |
|---|---|---|
| int | row | The ordinal number of the row of interest. |
| int | column | The ordinal number of the column of interest. |
| Type | Description |
|---|---|
| IRawElementProviderSimple | The UI Automation provider for the specified cell. |