In This Topic
Creates an image of the entire grid.
Syntax
'Declaration
Public Overloads Function CreateImage() As Image
public Image CreateImage()
Return Value
An
System.Drawing.Image object containing a metafile image of the grid.
Example
The code below creates an image of a grid range and saves it to a PNG file that can be included in other documents such as web pages:
See Also