Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Password Class / wPassword Property


In This Topic
    wPassword Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property wPassword As Integer
    'Usage
     
    
    Dim instance As Password
    Dim value As Integer
     
    instance.wPassword = value
     
    value = instance.wPassword
    public int wPassword {get; set;}
    See Also