Option that specify the behaviour of the picture in the worksheet.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public enum PositioningMode |
| Visual Basic |
|---|
Public Enumeration PositioningMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| FreeFloating | 0 | Picture will not move with any of the anchor cells. | |
| Move | 1 | Picture will move with the top left anchor cell. | |
| MoveAndSize | 2 | Picture will move and resize with both anchor cells. |