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

In This Topic
    RemoveHeaderSelection Method
    In This Topic
    Removes Header specific header attribute from the currently selection text.
    Syntax
    'Declaration
     
    Public Sub RemoveHeaderSelection( _
       ByVal level As System.Integer _
    ) 
    public void RemoveHeaderSelection( 
       System.int level
    )

    Parameters

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