SpreadsheetBackgroundWatermarkOptions class

SpreadsheetBackgroundWatermarkOptions class

Represents options when adding the watermark as a background to a Spreadsheet worksheet.

Inheritance: SpreadsheetBackgroundWatermarkOptionsWatermarkOptions

The SpreadsheetBackgroundWatermarkOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the SpreadsheetBackgroundWatermarkOptions class.

Properties

Property Description
default Gets the default value for the WatermarkOptions class.
worksheet_index Get or sets the index of worksheet to add the watermark to.
background_width Get or sets the desired width of the background image in pixels.
background_height Gets or sets the desired height of the background image in pixels.

Remarks

Learn more: | | |

Example

Add text watermark to an Excel document worksheet as background.

See Also