[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.InsertTableColumnAtSelectionAsync

InsertTableColumnAtSelectionAsync Method

InsertTableColumnAtSelectionAsync(bool)

Inserts a column into the table at the current cursor position asynchronously.

Declaration
public Task InsertTableColumnAtSelectionAsync(bool addLeft)
Parameters
Type Name Description
bool addLeft

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

Returns
Type Description
Task