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


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