SpreadsheetImageFillFormat class

SpreadsheetImageFillFormat class

Represents the image fill format settings in an Excel document.

The SpreadsheetImageFillFormat type exposes the following members:

Properties

Property Description
background_image The background image. Returns None if the image is not set.
tile_as_texture The image is tiled across the background when True; otherwise, the image is stretched.
transparency The transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).

See Also