Spread for ASP.NET 12 Product Documentation
PreviewRowTemplateContainer Constructor


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PreviewRowTemplateContainer Class : PreviewRowTemplateContainer Constructor
Sheet
Index of the row.
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

Reference

PreviewRowTemplateContainer Class
PreviewRowTemplateContainer Members