Show / Hide Table of Contents

Enum RowOrColumnMajor

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

Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public enum RowOrColumnMajor

Fields

Name Description
ColumnMajor

Data in the table should be read column by column.

Indeterminate

The best way to present the data is indeterminate.

RowMajor

Data in the table should be read row by row.

  • Improve this Doc
  • View Source