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

In This Topic
    InsertTableColumnAtSelectionAsync Method
    In This Topic
    Inserts a column into the table at the current cursor position asynchronously.
    Syntax
    'Declaration
     
    Public Function InsertTableColumnAtSelectionAsync( _
       ByVal addLeft As System.Boolean _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task InsertTableColumnAtSelectionAsync( 
       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