[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider.GetItem

GetItem Method

GetItem(int, int)

Retrieves the UI Automation provider for the specified cell.

Declaration
IRawElementProviderSimple GetItem(int row, int column)
Parameters
Type Name Description
int row

The ordinal number of the row of interest.

int column

The ordinal number of the column of interest.

Returns
Type Description
IRawElementProviderSimple

The UI Automation provider for the specified cell.