Spread for ASP.NET 12 Product Documentation
Insert Method (SheetViewCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : Insert Method
Index at which to insert a sheet
Sheet to insert
Inserts a specified sheet at a specified place in the collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal sheetView As SheetView _
) 
'Usage
 
Dim instance As SheetViewCollection
Dim index As Integer
Dim sheetView As SheetView
 
instance.Insert(index, sheetView)
public void Insert( 
   int index,
   SheetView sheetView
)

Parameters

index
Index at which to insert a sheet
sheetView
Sheet to insert
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members