PositionOption Enumeration |
Parameter that determines the nature of the image positioning on the worksheet.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.10.17
Syntaxpublic enum PositionOption
Public Enumeration PositionOption
Members| Member name | Value | Description |
|---|
| FreeFloating | 0 |
The positioning of the image doesn't depend in any way on further changes to the anchor cells.
|
| Move | 1 |
The image will move along with the changes of the top left anchor cell.
|
| MoveAndSize | 2 |
The image will move and resize depending on the changes in the anchor cells.
|
See Also