Skip to main content

XlExportOptionsBase.ShowGridLines Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

[DefaultValue(false)]
public bool ShowGridLines { get; set; }

#Property Value

Type Default Description
Boolean false

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

See Also