Click or drag to resize

PositionOption Enumeration

Parameter that determines the nature of the image positioning on the worksheet.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public enum PositionOption
Members
Member nameValueDescription
FreeFloating0 The positioning of the image doesn't depend in any way on further changes to the anchor cells.
Move1 The image will move along with the changes of the top left anchor cell.
MoveAndSize2 The image will move and resize depending on the changes in the anchor cells.
See Also