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

In This Topic
    IUiaTableItemProvider Interface Members
    In This Topic

    The following tables list the members exposed by IUiaTableItemProvider.

    Public Properties
     NameDescription
     PropertyGets the ordinal number of the column that contains the cell or item. Returns: A zero-based ordinal number that identifies the column containing the cell or item. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridItemProvider)
     PropertyGets the number of columns spanned by a cell or item. Returns: The number of columns spanned. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridItemProvider)
     PropertyGets a UI Automation provider that implements System.Windows.Automation.Provider.IGridProvider and represents the container of the cell or item. Returns: A UI Automation provider that implements the System.Windows.Automation.GridPattern and represents the cell or item container. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridItemProvider)
     PropertyGets the ordinal number of the row that contains the cell or item. Returns: A zero-based ordinal number that identifies the row containing the cell or item. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridItemProvider)
     PropertyGets the number of rows spanned by a cell or item. Returns: The number of rows spanned. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridItemProvider)
    Top
    Public Methods
     NameDescription
     MethodRetrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell.  
     MethodRetrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell.  
    Top
    See Also