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

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

    Return Value

    A collection of UI Automation providers.
    See Also