IGridItemProvider Properties
.NET Framework 4.5
The IGridItemProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
Column | Gets the ordinal number of the column that contains the cell or item. |
|
ColumnSpan | Gets the number of columns spanned by a cell or item. |
|
ContainingGrid | Gets a UI Automation provider that implements IGridProvider and represents the container of the cell or item. |
|
Row | Gets the ordinal number of the row that contains the cell or item. |
|
RowSpan | Gets the number of rows spanned by a cell or item. |