SpreadsheetShape

SpreadsheetShape class

Represents a drawing shape in an Excel document.

public class SpreadsheetShape : ShapeSearchAdapter, IRotatableTwoDObject

Properties

Name Description
AlternativeText { get; set; } Gets or sets the descriptive (alternative) text associated with this SpreadsheetShape.
AutoShapeType { get; } Gets the auto shape type.
FormattedTextFragments { get; } Gets the collection of formatted text fragments of this SpreadsheetShape.
Height { get; set; } Gets or sets the height of this SpreadsheetShape in points.
Hyperlink { get; set; } Gets or sets the hyperlink associated with this SpreadsheetShape.
Id { get; } Gets the identifier of this SpreadsheetShape.
Image { get; set; } Gets or sets the image of this SpreadsheetShape.
ImageFillFormat { get; } Gets the image fill format settings of this SpreadsheetShape.
IsWordArt { get; } Gets a value indicating whether this SpreadsheetShape is a WordArt object.
MsoDrawingType { get; } Gets the mso drawing type.
Name { get; } Gets the name of this SpreadsheetShape.
RotateAngle { get; set; } Gets or sets the rotate angle of this SpreadsheetShape in degrees.
Text { get; set; } Gets or sets the text of this SpreadsheetShape.
Width { get; set; } Gets or sets the width of this SpreadsheetShape in points.
Worksheet { get; } Gets the parent worksheet of this SpreadsheetShape.
X { get; set; } Gets or sets the horizontal offset of this SpreadsheetShape from worksheet left border in points.
Y { get; set; } Gets or sets the vertical offset of this SpreadsheetShape from worksheet top border in points.

See Also