Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IFormatter2 Interface / ContainsPassword Property


In This Topic
    ContainsPassword Property
    In This Topic
    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