Gets or sets a value indicating whether to display the formula bar.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowFormulaBar { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowFormulaBar As Boolean |
true to display the formula bar at the top of the view; otherwise, false. The default is true.
See Also