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

    Parameters

    imageFile
    The output image file.
    See Also