Spread Silverlight Documentation
Insert Method (ExcelWorksheetCollection)


the zero based index at which item should be inserted.
The IExcelWorksheet will be added to the collection
Add an IExcelWorksheet instance at the specified index
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal worksheet As IExcelWorksheet _
) 
'Usage
 
Dim instance As ExcelWorksheetCollection
Dim index As System.Integer
Dim worksheet As IExcelWorksheet
 
instance.Insert(index, worksheet)
public void Insert( 
   System.int index,
   IExcelWorksheet worksheet
)

Parameters

index
the zero based index at which item should be inserted.
worksheet
The IExcelWorksheet will be added to the collection
Exceptions
ExceptionDescription
System.ArgumentNullExceptionworksheet is a null reference (Nothing in Visual Basic)
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

ExcelWorksheetCollection Class
ExcelWorksheetCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.