[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.InsertTableRowAtSelection

InsertTableRowAtSelection Method

InsertTableRowAtSelection(bool)

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

Declaration
[Obsolete("This method is deprecated, please, use InsertTableRowAtSelectionAsync instead.")]
public void InsertTableRowAtSelection(bool addAbove)
Parameters
Type Name Description
bool addAbove

A value indicating whether the row should be inserted above or below the current row.