Copies a content of another TextRange object.

Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public void AssignFrom(
	TextRange source
)
Visual Basic (Declaration)
Public Sub AssignFrom ( _
	source As TextRange _
)

See Also