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


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

Property Value

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