AssignFrom Method (PageLayout)
Assigns (copies) properties from another
PageLayout to the current object. All nested objects (render objects, page settings etc.) are cloned.
'Declaration
Public Sub AssignFrom( _
ByVal As PageLayout _
)
Parameters
- source
- The source object to copy properties from.