MindFusion.Wpf Pack Programmer's Guide
PdfExporter.EnableGridLines Property
See Also
 





Gets or sets a value indicating whether to export the grid lines.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf.PdfExport

 Syntax

C#  Copy Code

public bool EnableGridLines { get; set; }

Visual Basic  Copy Code

Public Property EnableGridLines As Boolean

 Property Value

true to export the grid lines; otherwise, false. The default is false.

 See Also

PdfExporter Members
PdfExporter Class
MindFusion.Spreadsheet.Wpf Namespace