Interface IGridItemProvider
Exposes methods and properties to support access by a UI automation client to
individual child controls of containers that implement IGrid
Namespace: System.Windows.Automation.Provider
Assembly: OpenSilver.dll
Syntax
public interface IGridItemProvider
Properties
| Improve this Doc View SourceColumn
Gets the ordinal number of the column that contains the cell or item.
Declaration
int Column { get; }
Property Value
Type | Description |
---|---|
System. |
A zero-based ordinal number that identifies the column that contains the cell or item. |
ColumnSpan
Gets the number of columns that are spanned by a cell or item.
Declaration
int ColumnSpan { get; }
Property Value
Type | Description |
---|---|
System. |
The number of columns. |
ContainingGrid
Gets a UI automation provider that implements IGrid
Declaration
IRawElementProviderSimple ContainingGrid { get; }
Property Value
Type | Description |
---|---|
IRaw |
A UI automation provider that implements the Grid control pattern and that represents the cell or item container. |
Row
Gets the ordinal number of the row that contains the cell or item.
Declaration
int Row { get; }
Property Value
Type | Description |
---|---|
System. |
A zero-based ordinal number that identifies the row that contains the cell or item. |
RowSpan
Gets the number of rows spanned by a cell or item.
Declaration
int RowSpan { get; }
Property Value
Type | Description |
---|---|
System. |
The number of rows. |