Spread for ASP.NET 12 Product Documentation
Multiline Property (TextCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TextCellType Class : Multiline Property
Gets or sets whether the cell allows multiple lines of text.
Syntax
'Declaration
 
Public Overridable Property Multiline As Boolean
'Usage
 
Dim instance As TextCellType
Dim value As Boolean
 
instance.Multiline = value
 
value = instance.Multiline
public virtual bool Multiline {get; set;}
See Also

Reference

TextCellType Class
TextCellType Members