Editja

RowOrColumnMajor Enum

Definition

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

public enum class RowOrColumnMajor
public enum RowOrColumnMajor
type RowOrColumnMajor = 
Public Enum RowOrColumnMajor
Inheritance
RowOrColumnMajor

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