SpreadsheetShapeSettings

SpreadsheetShapeSettings class

Represents settings that can be applied to a shape watermark for an Excel document.

public sealed class SpreadsheetShapeSettings : OfficeShapeSettings

Constructors

Name Description
SpreadsheetShapeSettings() Initializes a new instance of the SpreadsheetShapeSettings class.

Properties

Name Description
AlternativeText { get; set; } Gets or sets the descriptive (alternative) text that will be associated with a shape.
IsLocked { get; set; } Gets or sets a value indicating whether an editing of the shape in Excel is forbidden.
Name { get; set; } Gets or sets the name a shape.

See Also