Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PreviewRowTemplateContainer Class / PreviewRowTemplateContainer Constructor
Sheet
Index of the row.


In This Topic
    PreviewRowTemplateContainer Constructor
    In This Topic
    Creates a new editing template container.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheet As SheetView, _
       ByVal rowIndex As Integer _
    )
    'Usage
     
    
    Dim sheet As SheetView
    Dim rowIndex As Integer
     
    Dim instance As New PreviewRowTemplateContainer(sheet, rowIndex)
    public PreviewRowTemplateContainer( 
       SheetView sheet,
       int rowIndex
    )

    Parameters

    sheet
    Sheet
    rowIndex
    Index of the row.
    See Also