Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculatorInfo Class / Lines Property


In This Topic
    Lines Property (PopUpCalculatorInfo)
    In This Topic
    Gets or sets how many lines show in the pop-up window.
    Syntax
    'Declaration
     
    
    Public Property Lines As Integer
    'Usage
     
    
    Dim instance As PopUpCalculatorInfo
    Dim value As Integer
     
    instance.Lines = value
     
    value = instance.Lines
    public int Lines {get; set;}

    Property Value

    The System.Int32 value that indicates how many lines show in the pop-up window.
    The default is 12.
    See Also