In This Topic
Gets or sets a value indicating whether to show the formula bar.
Syntax
'Declaration
Public Property ShowFormulaBar As Boolean
'Usage
Dim instance As RibbonBar
Dim value As Boolean
instance.ShowFormulaBar = value
value = instance.ShowFormulaBar
public bool ShowFormulaBar {get; set;}
See Also