Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / PasswordChar Property


In This Topic
    PasswordChar Property (TextCellType)
    In This Topic
    Gets or sets the character for masking data in the text cell.
    Syntax
    'Declaration
     
    
    Public Property PasswordChar As Char
    'Usage
     
    
    Dim instance As TextCellType
    Dim value As Char
     
    instance.PasswordChar = value
     
    value = instance.PasswordChar
    public char PasswordChar {get; set;}
    See Also