XlRowCol enumeration

Office 2013 and later

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.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
xlColumnsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Data series is in a column.
xlRowsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Data series is in a row.
Show: