NativeExcel for .Net Developer's Reference

XlSummaryRow Enumeration

Specifies the location of the summary rows in the outline.

[Visual Basic]
Public Enum XlSummaryRow
[C#]
public enum XlSummaryRow
[C++]
public __value enum XlSummaryRow
[JScript]
public enum XlSummaryRow

Members

Member NameDescription
xlSummaryAboveThe summary row will be positioned above the detail rows in the outline.
xlSummaryBelowThe summary row will be positioned below the detail rows in the outline.

Requirements

Namespace: NativeExcel

Assembly: NativeExcel (in NativeExcel.dll)

See Also

NativeExcel Namespace | IOutline.SummaryRow Property