SpreadsheetImageFillFormat

SpreadsheetImageFillFormat class

Represents the image fill format settings in an Excel document.

public class SpreadsheetImageFillFormat : OfficeImageFillFormat<SpreadsheetWatermarkableImage>

Properties

Name Description
override BackgroundImage { get; set; } Gets or sets the background image.
override TileAsTexture { get; set; } Gets or sets a value indicating whether the image is tiled across the background.
override Transparency { get; set; } Gets or sets the transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).

See Also