Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar Class / ShowFormulaBar Property


In This Topic
    ShowFormulaBar Property
    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