Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / RemoveHeaderSelectionAsync Method
An integer specifying the header level (1-6).

In This Topic
    RemoveHeaderSelectionAsync Method
    In This Topic
    Removes Header specific header attribute from the currently selection text asynchronously.
    Syntax
    'Declaration
     
    Public Function RemoveHeaderSelectionAsync( _
       ByVal level As System.Integer _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task RemoveHeaderSelectionAsync( 
       System.int level
    )

    Parameters

    level
    An integer specifying the header level (1-6).
    See Also