IGridProvider.GetItem(Int32, Int32) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 IRawElementProviderSimpleParameters
- 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.