Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / draft Property


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