Click or drag to resize

ExcelPicture Class

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

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

The ExcelPicture 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 propertyImageBytes Gets image data.
Public propertyPictureFormat Gets the image format.
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