Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Worksheet Class / InsertColumns Method


In This Topic
    InsertColumns Method
    In This Topic
    Inserts new Columns at a specific index in the Worksheet.
    Overload List
    OverloadDescription
    Determines where the new Columns will be inserted by using an Id .  
    Determines where the new Columns will be inserted by using a string Id.  
    Remarks
    As in Microsoft Excel, the newly inserted Columns will have the same Style as the Column that precedes the insertion point. All the Columns that follow the insertion point will also be shifted to the right to leave some place for the newly inserted Columns.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also