RowOrColumnMajor
RowOrColumnMajor
RowOrColumnMajor
RowOrColumnMajor
Enum
Definition
Specifies whether data in a table should be read primarily by row or by column.
public : enum class RowOrColumnMajorpublic enum RowOrColumnMajorPublic Enum RowOrColumnMajor// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ColumnMajor ColumnMajor ColumnMajor ColumnMajor | Data in the table should be read column by column. |
| Indeterminate Indeterminate Indeterminate Indeterminate | The best way to present the data is indeterminate. |
| RowMajor RowMajor RowMajor RowMajor | Data in the table should be read row by row. |