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


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