Back to Devexpress

WorksheetOutlineOptions.SummaryColumnsRight Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheetoutlineoptions-e43809e9.md

latest2.4 KB
Original Source

WorksheetOutlineOptions.SummaryColumnsRight Property

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool SummaryColumnsRight { get; set; }
vb
Property SummaryColumnsRight As Boolean

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SummaryColumnsRight
Worksheet

.OutlineOptions .SummaryColumnsRight

|

Remarks

Use the SummaryColumnsRight property to specify the summary column location. For example, if you inserted summary columns to the left of detail columns in each group, set the SummaryColumnsRight 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.

SummaryColumnsRight = trueSummaryColumnsRight = false

See Also

Group Data in the Spreadsheet Control

WorksheetOutlineOptions Interface

WorksheetOutlineOptions Members

DevExpress.Spreadsheet Namespace