Inserts an XLCellRange object at a specific position in the
collection.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public XLCellRange Insert( int index, XLCellRange cr ) |
Visual Basic |
---|
Public Function Insert ( _ index As Integer, _ cr As XLCellRange _ ) As XLCellRange |
Parameters
- index
- Type: System..::..Int32
Position where the object will be inserted.
- cr
- Type: C1.Silverlight.Excel..::..XLCellRange
Object to insert in the collection.