Skip to main content

IXlSheetViewOptions.ShowOutlineSymbols Property

Gets or sets whether outline symbols are visible on the worksheet that contains outlined data.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

bool ShowOutlineSymbols { get; set; }

Property Value

Type Description
Boolean

true, to display outline symbols; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowOutlineSymbols
IXlSheet
.ViewOptions .ShowOutlineSymbols

Remarks

When you group rows and column in a worksheet (IXlSheet.BeginGroup - IXlSheet.EndGroup), the outline symbols SpreadsheetControl_OutlineButtons, SpreadsheetControl_PlusOutlineSymbol and SpreadsheetControl_MinusOutlineSymbol appear on the left side and at the top of an exported worksheet. These symbols are used to collapse or expand the existing data groups. However, if it is required to remove these symbols from a worksheet, set the ShowOutlineSymbols property to false.

ShowOutlineSymbols = true ShowOutlineSymbols = false
XLExport_ViewOptions_ShowOutlineSymbols XLExport_ViewOptions_HideOutlineSymbols
See Also