ContainsPassword Property
Gets a value that indicates whether the cell contains a password.
bool ContainsPassword {get;}
'Declaration
ReadOnly Property ContainsPassword As Boolean
'Usage
Dim instance As IFormatter2
Dim value As Boolean
value = instance.ContainsPassword
Property Value
true
if the cell type contains a password; otherwise,
false
.