Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxCellType Class / LineSpace Property


LineSpace Property (GcTextBoxCellType)
Gets or sets the line space between two adjacent lines.
Syntax
'Declaration
 
Public Property LineSpace As Integer
 
'Usage
 
Dim instance As GcTextBoxCellType
Dim value As Integer
 
instance.LineSpace = value
 
value = instance.LineSpace

Property Value

The int value that indicates the line space between two adjacent lines.
The default is 0.
Exceptions
ExceptionDescription
If value less than zero, an ArgumentOutOfRangeException will be thrown.
Remarks
The LineSpace property indicates the spaces between text lines. This property only takes effect when the Multiline property is true.
See Also