'Declaration Public Function InsertTableColumnAtSelectionAsync( _ ByVal addLeft As System.Boolean _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task InsertTableColumnAtSelectionAsync( System.bool addLeft )
Parameters
- addLeft
- A value indicating whether the column should be inserted to the left or right of the current column.