SpreadsheetGear 2017
Placement Property (IShapeRange)






SpreadsheetGear.Shapes Namespace > IShapeRange Interface : Placement Property
Gets or sets the Placement setting of the represented shapes, which specifies how changes to the worksheet will affect the placement of the shapes.
Syntax
'Declaration
 
Property Placement As Placement
'Usage
 
Dim instance As IShapeRange
Dim value As Placement
 
instance.Placement = value
 
value = instance.Placement
Placement Placement {get; set;}
read-write property Placement: Placement; 
function get,set Placement : Placement
__property Placement get_Placement();
__property void set_Placement( 
   Placement value
);
property Placement Placement {
   Placement get();
   void set (    Placement value);
}
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

IShapeRange Interface
IShapeRange Members
Placement Enumeration
Placement Property