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


In This Topic
    AllowNoteEdit Property (SheetView)
    In This Topic
    Gets or sets whether notes on this sheet are editable.
    Syntax
    'Declaration
     
    
    Public Property AllowNoteEdit As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.AllowNoteEdit = value
     
    value = instance.AllowNoteEdit
    public bool AllowNoteEdit {get; set;}
    See Also