Spread Windows Forms 12.0 Product Documentation
Lines Property (PopUpCalculatorInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > PopUpCalculatorInfo Class : Lines Property
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

Reference

PopUpCalculatorInfo Class
PopUpCalculatorInfo Members