Skip to main content
A newer version of this page is available. .

IXlOutlineProperties.SummaryRight Property

Gets or sets a value indicating whether the summary columns are located to the right of detail columns.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

bool SummaryRight { get; set; }

Property Value

Type Description
Boolean

true, if summary columns are to the right of each group of detail columns; otherwise, false.

Remarks

Use the SummaryRight property to specify the summary column location. For example, if summary columns are located to the left of detail columns in each group, set the SummaryRight property to false.

In this case, the grouping bar changes direction, so that the minus outline symbol is displayed above the summary column on the left side of the group.

SummaryRight = true SummaryRight = false
XLExport_Outline_SummaryColumnRight XLExport_Outline_SummaryColumnLeft
See Also