Interface IGridProvider
Assembly: OpenSilver.dll
Syntax
public interface IGridProvider
Properties
|
Improve this Doc
View Source
ColumnCount
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RowCount
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
GetItem(Int32, Int32)
Declaration
IRawElementProviderSimple GetItem(int row, int column)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
column |
|
Returns
Extension Methods