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


In This Topic
    NotesContainer Property
    In This Topic
    Internal use only. Gets or sets the drawing container for cell notes in the drawing space.
    Syntax
    'Declaration
     
    
    Public Property NotesContainer As SpreadNotesContainer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As SpreadNotesContainer
     
    instance.NotesContainer = value
     
    value = instance.NotesContainer
    public SpreadNotesContainer NotesContainer {get; set;}
    See Also