Search
WorksheetView.ShowGridLines Property
See Also
 






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

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool ShowGridLines { get; set; }

Visual Basic  Copy Code

Public Property ShowGridLines As Boolean

 Property Value

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

 See Also