[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.InsertTableRowAtSelectionAsync

InsertTableRowAtSelectionAsync Method

InsertTableRowAtSelectionAsync(bool)

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

Declaration
public Task InsertTableRowAtSelectionAsync(bool addAbove)
Parameters
Type Name Description
bool addAbove

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

Returns
Type Description
Task