Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Utf32CodeSet Class / Exclude Method / Exclude(UnicodeBlock) Method
The named range of Unicode characters.

In This Topic
    Exclude(UnicodeBlock) Method
    In This Topic
    Excludes a named range of Unicode characters.
    Syntax
    'Declaration
     
    Public Overloads Function Exclude( _
       ByVal unicodeBlock As UnicodeBlock _
    ) As Utf32CodeSet
    public Utf32CodeSet Exclude( 
       UnicodeBlock unicodeBlock
    )

    Parameters

    unicodeBlock
    The named range of Unicode characters.

    Return Value

    The current instance of Utf32CodeSet.
    See Also