Interface ITableProvider
Inherited Members
Namespace: System.Windows.Automation.Provider
Assembly: OpenSilver.dll
Syntax
public interface ITableProvider : IGridProvider
Properties
| Improve this Doc View SourceRowOrColumnMajor
Declaration
RowOrColumnMajor RowOrColumnMajor { get; }
Property Value
Type | Description |
---|---|
RowOrColumnMajor |
Methods
| Improve this Doc View SourceGetColumnHeaders()
Declaration
IRawElementProviderSimple[] GetColumnHeaders()
Returns
Type | Description |
---|---|
IRawElementProviderSimple[] |
GetRowHeaders()
Declaration
IRawElementProviderSimple[] GetRowHeaders()
Returns
Type | Description |
---|---|
IRawElementProviderSimple[] |