Creates a new XLSheet and inserts it at a specific
position in the collection.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.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.