Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / InsertTableColumnAtSelection Method
A value indicating whether the column should be inserted to the left or right of the current column.

In This Topic
    InsertTableColumnAtSelection Method
    In This Topic
    Inserts a column into the table at the current cursor position.
    Syntax
    'Declaration
     
    Public Sub InsertTableColumnAtSelection( _
       ByVal addLeft As System.Boolean _
    ) 
    public void InsertTableColumnAtSelection( 
       System.bool addLeft
    )

    Parameters

    addLeft
    A value indicating whether the column should be inserted to the left or right of the current column.
    See Also