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)

Usage

Dim xlPlacement1 As XlPlacement = XlPlacement.xlFreeFloating

Syntax

Public Enum XlPlacement
public enum XlPlacement
public enum class XlPlacement
public enum 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace