AssignFrom Method (Paragraph)
In This Topic
Copies properties from another
Paragraph to the current object.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As Paragraph _
)
public void AssignFrom(
Paragraph
)
Parameters
- source
- The source object to copy properties from.
See Also