Description
Enumeration of the available resize and reposition behaviors of an object when the cells in the spreadsheet it spans are changed.
C#
vb.net
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 |