Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / RemoveTableColumnAtSelectionAsync Method

In This Topic
    RemoveTableColumnAtSelectionAsync Method
    In This Topic
    Removes a table column at the current cursor position asynchronously.
    Syntax
    'Declaration
     
    Public Function RemoveTableColumnAtSelectionAsync() As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task RemoveTableColumnAtSelectionAsync()
    See Also