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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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 |
|
Remarks
When you group rows and column in a worksheet (IXlSheet.BeginGroup - IXlSheet.EndGroup), the outline symbols , and 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 |
---|---|
See Also