Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RowEditTemplateContainer Class / RowEditTemplateContainer Constructor
Sheet


In This Topic
    RowEditTemplateContainer Constructor
    In This Topic
    Creates a new row edit template container.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheet As SheetView _
    )
    'Usage
     
    
    Dim sheet As SheetView
     
    Dim instance As New RowEditTemplateContainer(sheet)
    public RowEditTemplateContainer( 
       SheetView sheet
    )

    Parameters

    sheet
    Sheet
    See Also