Inserts an XLSheet object into the collection at the specified position.
Namespace:
C1.Phone.ExcelAssembly: C1.Phone.Excel (in C1.Phone.Excel.dll)
Syntax
| C# |
|---|
public XLSheet Insert( int index, XLSheet sheet ) |
| Visual Basic |
|---|
Public Function Insert ( _ index As Integer, _ sheet As XLSheet _ ) As XLSheet |
Parameters
- index
- Type: System..::..Int32
Position where the item will be inserted.
- sheet
- Type: C1.Phone.Excel..::..XLSheet
XLSheet object to add to the collection.