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

In This Topic
    IUiaGridItemProvider Interface Members
    In This Topic

    The following tables list the members exposed by IUiaGridItemProvider.

    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.  
     PropertyGets the number of columns spanned by a cell or item. Returns: The number of columns spanned.  
     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.  
     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.  
     PropertyGets the number of rows spanned by a cell or item. Returns: The number of rows spanned.  
    Top
    See Also