Click or drag to resize

ExcelPicture Class

Represents the image object used in ExcelDrawingCollection on the worksheet.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelDrawing
    SautinSoft.ExcelExcelPicture

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

The ExcelPicture type exposes the following members.

Constructors
 NameDescription
Public methodExcelPicture(ExcelDrawingCollection, Int32, MemoryStream, ExcelPictureFormat) Initializes a new instance of the ExcelPicture class.
Public methodExcelPicture(ExcelDrawingCollection, Int32, MemoryStream, Rectangle, ExcelPictureFormat) Initializes a new instance of the ExcelPicture 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 propertyImageBytes Gets image data.
Public propertyParent Gets or sets the parent collection.
(Inherited from ExcelDrawing)
Public propertyPictureFormat Gets the image format.
Public propertyPositioning Gets or sets the image positioning parameter.
(Inherited from ExcelDrawing)
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