Description
Enumeration of the available resize and reposition behaviors of an object when the cells in the spreadsheet it spans are changed.
C#
public sealed class ObjectPositioning : TypesafeEnum |
vb.net
Public NotInheritable Class ObjectPositioning Inherits TypesafeEnum |
Values
Name |
Description |
---|---|
MoveAndNoResize |
Move the object and do not resizt it according to cell size |
MoveAndResize |
Move the object and resize it according to cell size |
NoMoveAndNoResize |
Do not move the object and do not change its size |