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


In This Topic
    SpreadChildControlContainer Constructor(SheetView)
    In This Topic
    Creates a new child control container for the specified sheet.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetView As SheetView _
    )
    'Usage
     
    
    Dim sheetView As SheetView
     
    Dim instance As New SpreadChildControlContainer(sheetView)
    public SpreadChildControlContainer( 
       SheetView sheetView
    )

    Parameters

    sheetView
    Sheet
    See Also