ExcelDrawingCollectionItem Property |
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.5.5
Syntaxpublic ExcelDrawing this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As ExcelDrawing
Get
Parameters
- index Int32
- Specific index of the image in the collection.
Return Value
ExcelDrawing
See Also