Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / AllowNoteEdit Property


In This Topic
    AllowNoteEdit Property (SpreadNotesContainer)
    In This Topic
    Gets or sets whether the notes can be edited in place.
    Syntax
    'Declaration
     
    
    Public Overridable Property AllowNoteEdit As Boolean
    'Usage
     
    
    Dim instance As SpreadNotesContainer
    Dim value As Boolean
     
    instance.AllowNoteEdit = value
     
    value = instance.AllowNoteEdit
    public virtual bool AllowNoteEdit {get; set;}
    See Also