ExcelPicture(ExcelDrawingCollection, Int32, MemoryStream, Rectangle, ExcelPictureFormat) Constructor |
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.7.1
Syntaxpublic ExcelPicture(
ExcelDrawingCollection parent,
int index,
MemoryStream imageStream,
Rectangle boundingRectangle,
ExcelPictureFormat format
)
Public Sub New (
parent As ExcelDrawingCollection,
index As Integer,
imageStream As MemoryStream,
boundingRectangle As Rectangle,
format As ExcelPictureFormat
)
Parameters
- parent ExcelDrawingCollection
- The parent collection.
- index Int32
- The picture index in the parent collection.
- imageStream MemoryStream
- The picture data stream.
- boundingRectangle Rectangle
- The bounding rectangle.
- format ExcelPictureFormat
- The picture format.
See Also