to_image method

to_image(self, options)

Converts the range to image.

Returns


def to_image(self, options):
    ...
ParameterTypeDescription
optionsaspose.cells.rendering.ImageOrPrintOptionsThe options for converting this range to image

See Also