GrapeCity.Documents.Excel Namespace / IRange Interface / ToImage Method / ToImage(String,ImageSaveOptions) Method
The output image file.
The options for output image.
In This Topic
ToImage(String,ImageSaveOptions) Method
In This Topic
Saves the range to the specified image file using options.
Syntax
void ToImage( 
   System.string imageFile,
   ImageSaveOptions options
)

Parameters

imageFile
The output image file.
options
The options for output image.
See Also