Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLColumnCollection Class / Insert Method / Insert(Int32) Method
Position where the new item will be inserted.

In This Topic
    Insert(Int32) Method
    In This Topic
    Creates a new XLColumn object and inserts it at a specific position in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Insert( _
       ByVal index As Integer _
    ) As XLColumn
    public XLColumn Insert( 
       int index
    )

    Parameters

    index
    Position where the new item will be inserted.

    Return Value

    A reference to the new item.
    See Also