Spread Silverlight Documentation
Insert Method (WorksheetCollection)


The index at which to add the sheet.
The Worksheet object to add.
Inserts the specified sheet at the specified index in the collection.
Syntax
'Declaration
 
Public Overrides Sub Insert( _
   ByVal index As System.Integer, _
   ByVal worksheet As Worksheet _
) 
'Usage
 
Dim instance As WorksheetCollection
Dim index As System.Integer
Dim worksheet As Worksheet
 
instance.Insert(index, worksheet)
public override void Insert( 
   System.int index,
   Worksheet worksheet
)

Parameters

index
The index at which to add the sheet.
worksheet
The Worksheet object to add.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

WorksheetCollection Class
WorksheetCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.