XlRowCol Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the values corresponding to a particular data series are in rows or columns.
public enum class XlRowCol
public enum XlRowCol
Public Enum XlRowCol
- Inheritance
-
XlRowCol
Fields
Name | Value | Description |
---|---|---|
xlRows | 1 | Data series is in a column. |
xlColumns | 2 | Data series is in a row. |