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