Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / noPls Property


In This Topic
    noPls Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property noPls As Boolean
    'Usage
     
    
    Dim instance As Setup
    Dim value As Boolean
     
    instance.noPls = value
     
    value = instance.noPls
    public bool noPls {get; set;}
    See Also