AssignFrom Method (Layout)
In This Topic
Copies properties from another object into this object.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As Layout _
)
public void AssignFrom(
Layout
)
Parameters
- source
- The source object, properties of which are copied.
See Also