Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / SpreadNotesContainer Constructor / SpreadNotesContainer Constructor(SheetView)
Sheet


In This Topic
    SpreadNotesContainer Constructor(SheetView)
    In This Topic
    Serializes a container of notes on the specified sheet.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetView As SheetView _
    )
    'Usage
     
    
    Dim sheetView As SheetView
     
    Dim instance As New SpreadNotesContainer(sheetView)
    public SpreadNotesContainer( 
       SheetView sheetView
    )

    Parameters

    sheetView
    Sheet
    See Also