XlRowCol Enum
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
C#
public enum XlRowCol
type XlRowCol =
Public Enum XlRowCol
- Inheritance
-
XlRowCol
Name | Value | Description |
---|---|---|
xlRows | 1 | Data series is in a column. |
xlColumns | 2 | Data series is in a row. |
Product | Versions |
---|---|
Word primary interop assembly | Latest |