Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaGridProvider Interface / GetItem Method
The ordinal number of the row of interest.
The ordinal number of the column of interest.

In This Topic
    GetItem Method (IUiaGridProvider)
    In This Topic
    Retrieves the UI Automation provider for the specified cell.
    Syntax
    'Declaration
     
    
    Function GetItem( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As IRawElementProviderSimple

    Parameters

    row
    The ordinal number of the row of interest.
    column
    The ordinal number of the column of interest.

    Return Value

    The UI Automation provider for the specified cell.
    See Also