get_image_data method

get_image_data(self, cell)

Gets the image data with the setting of cell.

Returns

Returns the image data of icon.


def get_image_data(self, cell):
    ...
ParameterTypeDescription
cellaspose.cells.CellThe setting of cell.

See Also