RowOrColumnMajor 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含指定是否应主要按行或按列读取表中的数据的值。
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
- 继承
- 属性
字段
ColumnMajor | 1 | 指定应逐列读取表中的数据。 |
Indeterminate | 2 | 指定尚不确定呈现数据的最佳方式。 |
RowMajor | 0 | 指定应逐行读取表中的数据。 |