Option that specify the behaviour of the picture in the worksheet.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public enum PositioningMode
Visual Basic
Public Enumeration PositioningMode

Members

Member nameValueDescription
FreeFloating0 Picture will not move with any of the anchor cells.
Move1 Picture will move with the top left anchor cell.
MoveAndSize2 Picture will move and resize with both anchor cells.

See Also