PreviewRowTemplateContainer Constructor
PreviewRowTemplateContainer(SheetView, int)
Creates a new editing template container.
Declaration
public PreviewRowTemplateContainer(SheetView sheet, int rowIndex)
Public Sub New(sheet As SheetView, rowIndex As Integer)
Parameters
Type |
Name |
Description |
SheetView |
sheet |
Sheet
|
int |
rowIndex |
Index of the row.
|