GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IDrawingObject Interface / Placement Property


In This Topic
Placement Property (IDrawingObject)
In This Topic
Gets or sets an Placement value that represents the way the shape is attached to the cells below it.
Syntax
'Declaration
 
Property Placement As Placement
 
'Usage
 
Dim instance As IDrawingObject
Dim value As Placement
 
instance.Placement = value
 
value = instance.Placement

Property Value

The way the shape is attached to the cells below it.
See Also