[]
Exposes methods and properties to support UI Automation client access to individual child controls of containers that implement IUiaGridProvider.
public interface IUiaGridItemProvider
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 IGridProvider and represents the container of the cell or item. Returns: A UI Automation provider that implements the 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. |