Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Table Class / InsertColumn Method / InsertColumn(Int32,Boolean) Method
The index at which to insert the new Column.
true to insert the Column on the right side of the indexed Column, false to insert on the left side.


In This Topic
    InsertColumn(Int32,Boolean) Method
    In This Topic
    Inserts a Column at a specific location in this Table.
    Syntax
    'Declaration
     
    Public Overloads Sub InsertColumn( _
       ByVal index As Integer, _
       ByVal direction As Boolean _
    ) 
    'Usage
     
    Dim instance As Table
    Dim index As Integer
    Dim direction As Boolean
     
    instance.InsertColumn(index, direction)
    public void InsertColumn( 
       int index,
       bool direction
    )

    Parameters

    index
    The index at which to insert the new Column.
    direction
    true to insert the Column on the right side of the indexed Column, false to insert on the left side.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, 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