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

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

    Return Value

    A collection of UI Automation providers.
    See Also