Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Enumeration of the available resize and reposition behaviors of an object when the cells in the spreadsheet it spans are changed.

Signature
C#
C#
 public sealed class ObjectPositioning : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class ObjectPositioning
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:MoveAndNoResize}MoveAndNoResize|Move the object and do not resizt it according to cell size|
|{anchor:MoveAndResize}MoveAndResize|Move the object and resize it according to cell size|
|{anchor:NoMoveAndNoResize}NoMoveAndNoResize|Do not move the object and do not change its size|
Values

Name

Description

Anchor
MoveAndNoResize
MoveAndNoResize
MoveAndNoResize

Move the object and do not resizt it according to cell size

Anchor
MoveAndResize
MoveAndResize
MoveAndResize

Move the object and resize it according to cell size

Anchor
NoMoveAndNoResize
NoMoveAndNoResize
NoMoveAndNoResize

Do not move the object and do not change its size