RowOrColumnMajor 枚举

定义

包含指定是否应主要按行或按列读取表中的数据的值。

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
继承
RowOrColumnMajor
属性

字段

ColumnMajor 1

指定应逐列读取表中的数据。

Indeterminate 2

指定尚不确定呈现数据的最佳方式。

RowMajor 0

指定应逐行读取表中的数据。

适用于