IUiaGridItemProvider Interface Members
In This Topic
The following tables list the members exposed by IUiaGridItemProvider.
Public Properties
| Name | Description |
 | Column | Gets 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. |
 | ColumnSpan | Gets the number of columns spanned by a cell or item. Returns: The number of columns spanned. |
 | ContainingGrid | Gets 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. |
 | Row | Gets 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. |
 | RowSpan | Gets the number of rows spanned by a cell or item. Returns: The number of rows spanned. |
Top
See Also