Click or drag to resize

ExcelShape Class

Represents the shape object used in ExcelDrawingCollection on the worksheet.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelDrawing
    SautinSoft.ExcelExcelShape

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.8.12
Syntax
public class ExcelShape : ExcelDrawing

The ExcelShape type exposes the following members.

Constructors
 NameDescription
Public methodExcelShape Initializes a new instance of the ExcelShape class.
Top
Properties
 NameDescription
Public propertyBottomRightCell Gets or sets the bottom-right anchor cell for image positioning.
(Inherited from ExcelDrawing)
Public propertyBoundingRectangle Gets the rectangle that bounds the image.
(Inherited from ExcelDrawing)
Public propertyParent Gets or sets the parent collection.
(Inherited from ExcelDrawing)
Public propertyPositioning Gets or sets the image positioning parameter.
(Inherited from ExcelDrawing)
Public propertyShapeProperty Gets or Sets the shape property object used in ExcelShape.
Public propertyTopLeftCell Gets or sets the top-left anchor cell for image positioning.
(Inherited from ExcelDrawing)
Top
Methods
 NameDescription
Public methodDelete Deletes this image object from the parent collection.
(Inherited from ExcelDrawing)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also