Spread Windows Forms 12.0 Product Documentation
Multiline Property (IMultilineSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IMultilineSupport Interface : Multiline Property
Gets or sets whether the cell type supports multiple lines.
Syntax
'Declaration
 
Property Multiline As Boolean
'Usage
 
Dim instance As IMultilineSupport
Dim value As Boolean
 
instance.Multiline = value
 
value = instance.Multiline
bool Multiline {get; set;}

Property Value

Boolean value: true if multiple lines allowed and false otherwise
See Also

Reference

IMultilineSupport Interface
IMultilineSupport Members