Changes the seek pointer to a new location relative to the beginning of the stream, to the end of the stream, or to the current seek pointer.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function Seek( _
   ByVal  As System.Long, _
   ByVal  As System.IO.SeekOrigin _
) As System.Long
             
        
            
            public System.long Seek( 
   System.long ,
   System.IO.SeekOrigin 
)
             
        
             
        
            パラメータ
- offset
 
- origin
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照