Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / Multiline Property


In This Topic
Multiline Property (GeneralEditor)
In This Topic
Gets or sets whether the text box has multiple lines.
Syntax
'Declaration
 
Public Property Multiline As Boolean
 
'Usage
 
Dim instance As GeneralEditor
Dim value As Boolean
 
instance.Multiline = value
 
value = instance.Multiline
See Also