SpreadsheetShape class

SpreadsheetShape class

Represents a drawing shape in an Excel document.

The SpreadsheetShape type exposes the following members:

Properties

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

See Also