Back to Devexpress

XlExportOptionsBase.ShowGridLines Property

corelibraries-devexpress-dot-xtraprinting-dot-xlexportoptionsbase-20e7f1a8.md

latest1.7 KB
Original Source

XlExportOptionsBase.ShowGridLines Property

Gets or sets whether worksheet gridlines are visible in the resulting XLS file.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(false)]
public bool ShowGridLines { get; set; }
vb
<DefaultValue(False)>
Public Property ShowGridLines As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to show worksheet gridlines in the resulting XLS file; otherwise, false.

|

See Also

Export to XLS

GridOptionsPrint.PrintHorzLines

GridOptionsPrint.PrintVertLines

TreeListOptionsPrint.PrintVertLines

XlExportOptionsBase Class

XlExportOptionsBase Members

DevExpress.XtraPrinting Namespace