Share via


Outline.SummaryColumn Property

Returns or sets 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
Property SummaryColumn As XlSummaryColumn
    Get
    Set
'Usage
Dim instance As Outline
Dim value As XlSummaryColumn

value = instance.SummaryColumn

instance.SummaryColumn = value
XlSummaryColumn SummaryColumn { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlSummaryColumn

See Also

Reference

Outline Interface

Outline Members

Microsoft.Office.Interop.Excel Namespace