AssignFrom Method
AssignFrom(Sorting)
Assigns (copies) properties from another Sorting to the current object.
Declaration
public void AssignFrom(Sorting source)
Public Sub AssignFrom(source As Sorting)
Parameters
| Type |
Name |
Description |
| Sorting |
source |
The source object to copy properties from.
|