Share via


Outline.SummaryRow Property

Returns or sets the location of the summary rows in the outline.

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

Syntax

'Declaration
Property SummaryRow As XlSummaryRow
    Get
    Set
'Usage
Dim instance As Outline
Dim value As XlSummaryRow

value = instance.SummaryRow

instance.SummaryRow = value
XlSummaryRow SummaryRow { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlSummaryRow

Remarks

Set SummaryRow to xlAbove for Microsoft Word-style outlines, where category headers are above the detailed information. Set SummaryRow to xlBelow for accounting-style outlines, where summations are below the detailed information.

See Also

Reference

Outline Interface

Outline Members

Microsoft.Office.Interop.Excel Namespace