Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaTableItemProvider Interface / GetRowHeaderItems Method

In This Topic
    GetRowHeaderItems Method (IUiaTableItemProvider)
    In This Topic
    Retrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell.
    Syntax
    'Declaration
     
    
    Function GetRowHeaderItems() As IRawElementProviderSimple()
    IRawElementProviderSimple[] GetRowHeaderItems()

    Return Value

    A collection of UI Automation providers.
    See Also