RowOrColumnMajor Sabit listesi

Tanım

Tablodaki verilerin öncelikle satıra göre mi yoksa sütuna göre mi okunacağını belirten değerler içerir.

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
Devralma
RowOrColumnMajor
Öznitelikler

Alanlar

ColumnMajor 1

Tablodaki verilerin sütuna göre okunması gerektiğini belirtir.

Indeterminate 2

Verileri sunmanın en iyi yolunun belirsiz olduğunu belirtir.

RowMajor 0

Tablodaki verilerin satır satır okunması gerektiğini belirtir.

Şunlara uygulanır