SpreadsheetGear 2017
Placement Enumeration






SpreadsheetGear.Shapes Namespace : Placement Enumeration
Specifies how changes to a worksheet will affect the placement of a shape.
Syntax
'Declaration
 
Public Enum Placement 
   Inherits System.Enum
'Usage
 
Dim instance As Placement
public enum Placement : System.Enum 
public enum Placement = class(System.Enum)
public enum Placement extends System.Enum
__value public enum Placement : public System.Enum 
public enum class Placement : public System.Enum 
Members
MemberDescription
FreeFloatingShapes are not moved or sized with the cells.
MoveShapes are moved with cells, but size is maintained.
MoveAndSizeShapes are moved and sized with cells.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Shapes.Placement

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Shapes Namespace
Placement Property
Placement Property
IShape Interface