Gets or sets a value indicating whether to export the grid lines.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool EnableGridLines { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableGridLines As Boolean |
true to export the grid lines; otherwise, false. The default is true.
See Also