Search
WorkbookView.ShowFormulaBox Property
See Also
 






Gets or sets a value indicating whether to display the formula text box. This is a dependency property.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool ShowFormulaBox { get; set; }

Visual Basic  Copy Code

Public Property ShowFormulaBox As Boolean

 Property Value

A boolean value. The default is true.

 See Also