officefileapi-devexpress-dot-spreadsheet-dot-worksheetoutlineoptions-e43809e9.md
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
bool SummaryColumnsRight { get; set; }
Property SummaryColumnsRight As Boolean
| Type | Description |
|---|---|
| Boolean |
true , if summary columns are to the right of each group of detail columns; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to SummaryColumnsRight |
|---|---|
| Worksheet |
.OutlineOptions .SummaryColumnsRight
|
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 = true | SummaryColumnsRight = false |
|---|---|
See Also
Group Data in the Spreadsheet Control
WorksheetOutlineOptions Interface