picture property

picture property

Gets a Picture instance to represent the embedded image in this cell or null if there is no embedded image for this cell.

Definition:

@property
def picture(self):
    ...

See Also