Search
WorksheetView.ShowHeaders Property
See Also
 






Gets or sets a value indicating whether to display the row and column headers.

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

 Syntax

C#  Copy Code

public bool ShowHeaders { get; set; }

Visual Basic  Copy Code

Public Property ShowHeaders As Boolean

 Property Value

true to display the workbook headers; otherwise, false. The default is true.

 See Also