XlPlacement Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the way an object is attached to its underlying cells.
public enum class XlPlacement
public enum XlPlacement
Public Enum XlPlacement
- Inheritance
-
XlPlacement
Fields
Name | Value | Description |
---|---|---|
xlMoveAndSize | 1 | Object is moved and sized with the cells. |
xlMove | 2 | Object is moved with the cells. |
xlFreeFloating | 3 | Object is free floating. |