RowOrColumnMajor Enum

Definition

Contains values that specify whether data in a table should be read primarily by row or by column.

C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("15fdf2e2-9847-41cd-95dd-510612a025ea")]
public enum RowOrColumnMajor
C#
public enum RowOrColumnMajor
Inheritance
RowOrColumnMajor
Attributes

Fields

Name Value Description
RowMajor 0

Specifies that data in the table should be read row by row.

ColumnMajor 1

Specifies that data in the table should be read column by column.

Indeterminate 2

Specifies that the best way to present the data is indeterminate.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9