get_cells_with_place_in_cell_picture method

get_cells_with_place_in_cell_picture(self)

Gets all cells that contain embedded picture.

Returns

Enumerator to enumerate all Cell objects that contain embedded picture


def get_cells_with_place_in_cell_picture(self):
    ...

Remarks

If there is no picture which is set as “Place in Cell” in this worksheet, null will be returned.

See Also