[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.InsertTableColumnAtSelection

InsertTableColumnAtSelection Method

InsertTableColumnAtSelection(bool)

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

Declaration
[Obsolete("This method is deprecated, please, use InsertTableColumnAtSelectionAsync instead.")]
public void InsertTableColumnAtSelection(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.