FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / Multiline Property


In This Topic
Multiline Property (TextCellType)
In This Topic
Gets or sets whether multiple lines of text are allowed.
Syntax
'Declaration
 
Public Property Multiline As Boolean
 
'Usage
 
Dim instance As TextCellType
Dim value As Boolean
 
instance.Multiline = value
 
value = instance.Multiline
See Also