Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 577 Bytes

roworcolumnmajor.md

File metadata and controls

32 lines (20 loc) · 577 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Automation.RowOrColumnMajor
winrt enum

RowOrColumnMajor

-description

Specifies whether data in a table should be read primarily by row or by column.

-enum-fields

-field RowMajor:0

Data in the table should be read row by row.

-field ColumnMajor:1

Data in the table should be read column by column.

-field Indeterminate:2

The best way to present the data is indeterminate.

-remarks

-examples

-see-also