CreateImage(CellRange) Method
In This Topic
Creates an image of a portion of the grid.
Syntax
'Declaration
Public Overloads Function CreateImage( _
ByVal As CellRange _
) As Image
public Image CreateImage(
CellRange
)
Parameters
- rg
- C1.Win.C1FlexGrid.CellRange that specifies which cells should be included in the image.
Return Value
An
System.Drawing.Image object containing a metafile image of the grid.
See Also