Spread for ASP.NET 10 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

PreviewRowTemplateContainer Class
PreviewRowTemplateContainer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.