| Excel | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe ExcelPicture type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ExcelPicture(ExcelDrawingCollection, Int32, MemoryStream, ExcelPictureFormat) | Initializes a new instance of the ExcelPicture class. | 
|  | ExcelPicture(ExcelDrawingCollection, Int32, MemoryStream, Rectangle, ExcelPictureFormat) | Initializes a new instance of the ExcelPicture class. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BottomRightCell | Gets or sets the bottom-right anchor cell for image positioning. (Inherited from ExcelDrawing) | 
|  | BoundingRectangle | Gets the rectangle that bounds the image. (Inherited from ExcelDrawing) | 
|  | ImageBytes | Gets image data. | 
|  | Parent | Gets or sets the parent collection. (Inherited from ExcelDrawing) | 
|  | PictureFormat | Gets the image format. | 
|  | Positioning | Gets or sets the image positioning parameter. (Inherited from ExcelDrawing) | 
|  | TopLeftCell | Gets or sets the top-left anchor cell for image positioning. (Inherited from ExcelDrawing) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Delete | Deletes this image object from the parent collection. (Inherited from ExcelDrawing) | 
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 See Also
See Also