The following tables list the members exposed by WorksheetShape.
Name | Description | |
---|---|---|
![]() | BottomRightCornerCell | Gets or sets the cell where the bottom-right corner of the shape resides. |
![]() | BottomRightCornerPosition | Gets or sets the position in the BottomRightCornerCell of the shape's bottom-right corner, expressed in percentages. |
![]() | Fill | Gets or sets the fill to use in the background of the shape. |
![]() | FlippedHorizontally | Gets or sets the value which indicates whether the shape is flipped horizontally along the vertical center line. |
![]() | FlippedVertically | Gets or sets the value which indicates whether the shape is flipped vertically along the horizontal center line. |
![]() | Outline | Gets or sets the outline to use for the shape. |
![]() | PositioningMode | Gets or sets the way shapes will be repositioned in excel when cells before or within the shape are resized. |
![]() | Sheet | Gets the worksheet on which the shape resides. |
![]() | TopLeftCornerCell | Gets or sets the cell where the top-left corner of the shape resides. |
![]() | TopLeftCornerPosition | Gets or sets the position in the TopLeftCornerCell of the shape's top-left corner, expressed in percentages. |
![]() | Visible | Gets or sets the value indicating whether the shape is visible on the worksheet. |
![]() | Worksheet | Gets the worksheet on which the shape resides. |
Name | Description | |
---|---|---|
![]() | ClearUnknownData | Clears the cached unknown shape data which was read in from a parsed excel file. |
![]() ![]() | CreatePredefinedShape | Creates a shape which is predefined in Microsoft Excel. |
![]() | GetBoundsInTwips | Overloaded. Gets the bounds of the shape in twips (1/20th of a point). |
![]() | SetBoundsInTwips | Overloaded. Sets the bounds of the shape in twips (1/20th of a point). |
View on GitHub