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


In This Topic
    FormulaBarLines Property
    In This Topic
    Get or set the height of the formula bar in lines.
    Syntax
    'Declaration
     
    
    Public Property FormulaBarLines As Integer
    'Usage
     
    
    Dim instance As RibbonBar
    Dim value As Integer
     
    instance.FormulaBarLines = value
     
    value = instance.FormulaBarLines
    public int FormulaBarLines {get; set;}
    See Also