TableAutomationPeer.IGridProvider.GetItem(Int32, Int32) Method

Definition

Retrieves the UI Automation provider for the specified cell.

 virtual System::Windows::Automation::Provider::IRawElementProviderSimple ^ System.Windows.Automation.Provider.IGridProvider.GetItem(int row, int column) = System::Windows::Automation::Provider::IGridProvider::GetItem;
System.Windows.Automation.Provider.IRawElementProviderSimple IGridProvider.GetItem (int row, int column);
abstract member System.Windows.Automation.Provider.IGridProvider.GetItem : int * int -> System.Windows.Automation.Provider.IRawElementProviderSimple
override this.System.Windows.Automation.Provider.IGridProvider.GetItem : int * int -> System.Windows.Automation.Provider.IRawElementProviderSimple
Function GetItem (row As Integer, column As Integer) As IRawElementProviderSimple Implements IGridProvider.GetItem

Parameters

row
Int32

The ordinal number of the row of interest.

column
Int32

The ordinal number of the column of interest.

Returns

The UI Automation provider for the specified cell.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the TableAutomationPeer instance is cast to an IGridProvider interface.

Applies to