Excel |
The ExcelPictureCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of image elements. |
![]() | Item | Gets the ExcelPicture at the specified index. |
Name | Description | |
---|---|---|
![]() | Add(String, SKRect) | Adds an image from file path using a specific rectangle. |
![]() | Add(MemoryStream, SKRect, ExcelPictureFormat) | Adds an image from the image stream using a specific rectangle. |
![]() | Add(String, PositionOption, AnchorCell, AnchorCell) | Adds the image from file path with defined anchor properties. |
![]() | Add(MemoryStream, PositionOption, AnchorCell, AnchorCell, ExcelPictureFormat) | Adds the image from image stream with defined anchor properties. |
![]() | Clear | Clears ExcelPictureCollection. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetEnumerator | Returns an enumerator that can iterate through a collection. |
![]() | 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) |