Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
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}{signature:vb.net
vb.net
}
Public NotInheritable Class ObjectPositioning
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

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

...

Move the object and resize it according to cell size

...

{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|