Creates a new XLColumn object 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 XLColumn Insert( int index ) |
Visual Basic |
---|
Public Function Insert ( _ index As Integer _ ) As XLColumn |
Parameters
- index
- Type: System..::..Int32
Position where the new item will be inserted.