InsertTableRowAtSelection Method
Inserts a row into the table at the current cursor position.
public void InsertTableRowAtSelection(
System.bool
)
'Declaration
Public Sub InsertTableRowAtSelection( _
ByVal As System.Boolean _
)
Parameters
- addAbove
-
A value indicating whether the row should be inserted above or below the current row.