SpreadsheetShape class

SpreadsheetShape class

Represents a drawing shape in an Excel document.

Inheritance: SpreadsheetShapeShapeSearchAdapter

The SpreadsheetShape type exposes the following members:

Properties

Property Description
worksheet Gets the parent worksheet of this SpreadsheetShape.
auto_shape_type Gets the auto shape type.
mso_drawing_type Gets the mso drawing type.
text Gets or sets the text of this SpreadsheetShape.
formatted_text_fragments Gets the collection of formatted text fragments of this SpreadsheetShape.
image Gets or sets the image of this SpreadsheetShape.
image_fill_format Gets the image fill format settings of this SpreadsheetShape.
id Gets the identifier of this SpreadsheetShape.
alternative_text Gets or sets the descriptive (alternative) text associated with this SpreadsheetShape.
is_word_art Gets a value indicating whether this SpreadsheetShape is a WordArt object.
name Gets the name of this SpreadsheetShape.
hyperlink Gets or sets the hyperlink associated with this SpreadsheetShape.
x Gets or sets the horizontal offset of this SpreadsheetShape from worksheet left border in points.
y Gets or sets the vertical offset of this SpreadsheetShape from worksheet top border in points.
width Gets or sets the width of this SpreadsheetShape in points.
height Gets or sets the height of this SpreadsheetShape in points.
rotate_angle Gets or sets the rotate angle of this SpreadsheetShape in degrees.

See Also