Back to Devexpress

Placement Enum

officefileapi-devexpress-dot-spreadsheet-d72d3e2c.md

latest1.3 KB
Original Source

Placement Enum

Lists the ways the object is attached to the cells below it.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum Placement
vb
Public Enum Placement

Members

NameDescription
MoveAndSize

The object (picture) moves and sizes with the underlying cells.

| | Move |

The object (picture) moves with the underlying cells.

| | FreeFloating |

The object (picture) does not move or size with cells.

|

The following properties accept/return Placement values:

Remarks

Use the FloatingObject.Placement property to specify how the shape (picture) is attached to the underlying cells.

See Also

DevExpress.Spreadsheet Namespace