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
Wiki Markup
{description}
{excerpt}Enumeration of the available resize and reposition behaviors of an object when the cells in the spreadsheet it spans are changed.{excerpt}
{signature:C#}
 public sealed class ObjectPositioning : TypesafeEnum
{signature}{signature: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|