C1.WPF.PrintDocument.4.6.2 Assembly / C1.Util Namespace / CodeRanges Class / AddNoCheck Method
CodeRange to add.

In This Topic
AddNoCheck Method
In This Topic
Adds CodeRange object to current without any check, typically used during deserialization.
Syntax
'Declaration
 
Public Sub AddNoCheck( _
   ByVal cr As CodeRange _
) 
 

Parameters

cr
CodeRange to add.
See Also