XlSummaryColumn Enumeration

Specifies the location of the summary columns in the outline.

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

Syntax

'Declaration
Public Enumeration XlSummaryColumn
'Usage
Dim instance As XlSummaryColumn
public enum XlSummaryColumn

Members

Member name Description
xlSummaryOnLeft The summary column will be positioned to the left of the detail columns in the outline.
xlSummaryOnRight The summary column will be positioned to the right of the detail columns in the outline.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace