XlPlacement Enumeration
Specifies the way an object is attached to its underlying cells.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlPlacement
'Usage
Dim instance As XlPlacement
public enum XlPlacement
Members
Member name | Description | |
---|---|---|
xlFreeFloating | Object is free floating. | |
xlMove | Object is moved with the cells. | |
xlMoveAndSize | Object is moved and sized with the cells. |