FloatingObject Properties
A base interface for floating objects in a worksheet (pictures, charts and comments).| Name | Description |
|---|---|
| BottomRightCell | Gets or sets a cell where the bottom right corner of a floating object is located. |
| Height | Gets or sets the height of the floating object. |
| Left | Gets or sets the distance from the left edge of the worksheet to the top left corner of the floating object. |
| LockAspectRatio | Gets or sets whether the floating object retains its original proportions after resizing. |
| OffsetX | Gets a distance from the top left corner of the floating to the left edge of the cell where the top left corner of the floating object is located. |
| OffsetY | Gets a distance from the top left corner of the floating object to the top edge of the cell where the top left corner of the floating object is located. |
| Placement | Gets or sets the behavior of the floating object regarding the cells below. |
| Top | Gets or sets the distance from the top edge of the worksheet to the top left corner of the floating object. |
| TopLeftCell | Gets or sets a cell where the top left corner of a floating object is located. |
| Width | Gets or sets the width of the floating object. |
See Also