Creates an image of a portion of the grid.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Function CreateImage( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Drawing.Image
             
        
            
            public System.Drawing.Image CreateImage( 
   System.int ,
   System.int ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- topRow
 
- Top row in the range.
 - leftCol
 
- Left column in the range.
 - bottomRow
 
- Bottom row in the range.
 - rightCol
 
- Right column in the range.
 
            
            戻り値の型
An System.Drawing.Image object containing a metafile image of the grid.