Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / InsertTableRowAtSelectionAsync Method
A value indicating whether the row should be inserted above or below the current row.

In This Topic
    InsertTableRowAtSelectionAsync Method
    In This Topic
    Inserts a row into the table at the current cursor position asynchronously.
    Syntax
    'Declaration
     
    Public Function InsertTableRowAtSelectionAsync( _
       ByVal addAbove As System.Boolean _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task InsertTableRowAtSelectionAsync( 
       System.bool addAbove
    )

    Parameters

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