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.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies whether the values corresponding to a particular data series are in rows or columns.
public enum class XlRowCol
public enum XlRowCol
type XlRowCol =
Public Enum XlRowCol
- Inheritance
-
XlRowCol
Fields
Name | Value | Description |
---|---|---|
xlRows | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data series is in a row. |
xlColumns | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data series is in a column. |