XlRowCol Enumeration

Specifies whether the values that correspond to a particular data series are in rows or columns.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("08474527-2498-4302-9408-AAA07DE998D7")> _
Public Enumeration XlRowCol
'Usage
Dim instance As XlRowCol
[GuidAttribute("08474527-2498-4302-9408-AAA07DE998D7")]
public enum XlRowCol

Members

Member name Description
xlColumns The data series is in a row.
xlRows The data series is in a column.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace