Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaTableProvider Interface / GetRowHeaders Method

In This Topic
    GetRowHeaders Method (IUiaTableProvider)
    In This Topic
    Retrieves a collection of UI Automation providers that represents all row headers in the table.
    Syntax
    'Declaration
     
    
    Function GetRowHeaders() As IRawElementProviderSimple()
    IRawElementProviderSimple[] GetRowHeaders()

    Return Value

    A collection of UI Automation providers.
    See Also