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