Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TextCellType Class / Password Property
Example


In This Topic
    Password Property (TextCellType)
    In This Topic
    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;}

    Property Value

    true if password set; false otherwise
    Example
    This example sets a password field for a text cell.
    See Also