RowOrColumnMajor Enumeration
.NET Framework (current version)
Contains values that specify whether data in a table should be read primarily by row or by column.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Member name | Description | |
|---|---|---|
| ColumnMajor | Specifies that data in the table should be read column by column | |
| Indeterminate | Specifies that the best way to present the data is indeterminate. | |
| RowMajor | Specifies that data in the table should be read row by row. |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: