Assigns (copies) properties from another 
Sorting to the current object.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub AssignFrom( _
   ByVal  As Sorting _
) 
             
        
            
            '使用法
 
Dim instance As Sorting
Dim source As Sorting
 
instance.AssignFrom(source)
             
        
            
            public void AssignFrom( 
   Sorting 
)
             
        
             
        
            パラメータ
- source
 
- The source object to copy properties from.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照