PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.Util Namespace / CodeRange Class / CodeRange Constructor / CodeRange Constructor(Char)
Adding character.

In This Topic
    CodeRange Constructor(Char)
    In This Topic
    Initialization of the range of character codes
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ch As Char _
    )
    public CodeRange( 
       char ch
    )

    Parameters

    ch
    Adding character.
    See Also