Creates an image of a portion of the grid.
'宣言
Public Overloads Function CreateImage( _
ByVal As CellRange _
) As System.Drawing.Image
public System.Drawing.Image CreateImage(
CellRange
)
パラメータ
- rg
- CellRange that specifies which cells should be included in the image.
戻り値の型
An System.Drawing.Image object containing a metafile image of the grid.