Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaTableProvider Interface
Properties Methods

In This Topic
    IUiaTableProvider Interface Members
    In This Topic

    The following tables list the members exposed by IUiaTableProvider.

    Public Properties
     NameDescription
     PropertyGets the total number of columns in a grid. Returns: The total number of columns in a grid. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider)
     PropertyGets the total number of rows in a grid. Returns: The total number of rows in a grid. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider)
     PropertyRetrieves the primary direction of traversal for the table. Returns: The primary direction of traversal.  
    Top
    Public Methods
     NameDescription
     MethodGets a collection of UI Automation providers that represents all the column headers in a table.  
     MethodRetrieves the UI Automation provider for the specified cell. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridProvider)
     MethodRetrieves a collection of UI Automation providers that represents all row headers in the table.  
    Top
    See Also