Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. The scroll amounts are expressed in document coordinates.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub ScrollPreview( _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As System.Boolean _
) 
             
        
            
            '使用法
 
Dim instance As C1PreviewPane
Dim dx As System.Single
Dim dy As System.Single
Dim allowRowChange As System.Boolean
 
instance.ScrollPreview(dx, dy, allowRowChange)
             
        
            
            public void ScrollPreview( 
   System.float ,
   System.float ,
   System.bool 
)
             
        
             
        
            パラメータ
- dx
 
- The horizontal scroll amount.
 - dy
 
- The vertical scroll amount.
 - allowRowChange
 
- If true, the currently shown row of pages may be changed by the scroll operation. Otherwise, it can not.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照