'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.