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

In This Topic
    InsertTableRowAtSelection Method
    In This Topic
    Inserts a row into the table at the current cursor position.
    Syntax
    'Declaration
     
    Public Sub InsertTableRowAtSelection( _
       ByVal addAbove As System.Boolean _
    ) 
    public void InsertTableRowAtSelection( 
       System.bool addAbove
    )

    Parameters

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