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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TextCellType Class : Password Property
Gets or sets whether the cell has a password.
Syntax
'Declaration
 
Public Property Password As Boolean
'Usage
 
Dim instance As TextCellType
Dim value As Boolean
 
instance.Password = value
 
value = instance.Password
public bool Password {get; set;}
See Also

Reference

TextCellType Class
TextCellType Members