Spread Windows Forms 12.0 Product Documentation
ContainsPassword Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IFormatter2 Interface : ContainsPassword Property
Gets a value that indicates whether the cell contains a password.
Syntax
'Declaration
 
ReadOnly Property ContainsPassword As Boolean
'Usage
 
Dim instance As IFormatter2
Dim value As Boolean
 
value = instance.ContainsPassword
bool ContainsPassword {get;}

Property Value

true if the cell type contains a password; otherwise, false.
See Also

Reference

IFormatter2 Interface
IFormatter2 Members