RowOrColumnMajor Wyliczenie

Definicja

Zawiera wartości określające, czy dane w tabeli powinny być odczytywane głównie według wierszy, czy kolumn.

public enum class RowOrColumnMajor
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("15fdf2e2-9847-41cd-95dd-510612a025ea")]
public enum RowOrColumnMajor
public enum RowOrColumnMajor
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("15fdf2e2-9847-41cd-95dd-510612a025ea")>]
type RowOrColumnMajor = 
type RowOrColumnMajor = 
Public Enum RowOrColumnMajor
Dziedziczenie
RowOrColumnMajor
Atrybuty

Pola

ColumnMajor 1

Określa, że dane w tabeli powinny być odczytywane według kolumny.

Indeterminate 2

Określa, że najlepszy sposób prezentowania danych jest nieokreślony.

RowMajor 0

Określa, że dane w tabeli powinny być odczytywane wiersz po wierszu.

Dotyczy