Click or drag to resize

ExcelDrawing Class

An abstract class representing an drawing object used in ExcelDrawingCollection on the worksheet.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelDrawing
    SautinSoft.ExcelExcelGroupShape
    SautinSoft.ExcelExcelPicture
    SautinSoft.ExcelExcelShape

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public abstract class ExcelDrawing

The ExcelDrawing type exposes the following members.

Properties
 NameDescription
Public propertyBottomRightCell Gets or sets the bottom-right anchor cell for image positioning.
Public propertyBoundingRectangle Gets the rectangle that bounds the image.
Public propertyParent Gets or sets the parent collection.
Public propertyPositioning Gets or sets the image positioning parameter.
Public propertyTopLeftCell Gets or sets the top-left anchor cell for image positioning.
Top
Methods
 NameDescription
Public methodDelete Deletes this image object from the parent collection.
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