Creates a new XLSheet and inserts it at a specific
position in the collection.
Namespace:
C1.Phone.ExcelAssembly: C1.Phone.Excel (in C1.Phone.Excel.dll)
Syntax
| C# |
|---|
public XLSheet Insert( int index ) |
| Visual Basic |
|---|
Public Function Insert ( _ index As Integer _ ) As XLSheet |
Parameters
- index
- Type: System..::..Int32
Index where the new XLSheet will be added.