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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TextCellType Class : ShowEditor Property
Gets or sets whether the cell always displays the text box (editor control).
Syntax
'Declaration
 
Public Property ShowEditor As Boolean
'Usage
 
Dim instance As TextCellType
Dim value As Boolean
 
instance.ShowEditor = value
 
value = instance.ShowEditor
public bool ShowEditor {get; set;}
See Also

Reference

TextCellType Class
TextCellType Members