Search
WorkbookView.ShowFormulaBar Property
See Also
 






Gets or sets a value indicating whether to display the formula bar.

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

 Syntax

C#  Copy Code

public bool ShowFormulaBar { get; set; }

Visual Basic  Copy Code

Public Property ShowFormulaBar As Boolean

 Property Value

true to display the formula bar at the top of the view; otherwise, false. The default is true.

 See Also