Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / Lines Property


In This Topic
    Lines Property (PopUpCalculator)
    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 PopUpCalculator
    Dim value As Integer
     
    instance.Lines = value
     
    value = instance.Lines
    public int Lines {get; set;}

    Property Value

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