corelibraries-devexpress-dot-export-dot-xl-1685715f.md
Lists anchoring types used to position an IXlPicture object in a worksheet or specifies how a picture should be moved and resized when a two cell anchoring is used.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlAnchorType
Public Enum XlAnchorType
| Name | Description |
|---|---|
TwoCell |
Two Cell Anchoring. The picture moves and/or resizes with the underlying cells as specified by the IXlPicture.AnchorBehavior property.
|
| OneCell |
One Cell Anchoring. The picture moves with the anchor cell, but its size remains the same.
|
| Absolute |
Absolute Anchoring. The picture does not move or resize with the underlying cells.
|
The following properties accept/return XlAnchorType values:
The values listed by this enumeration are used by the following properties:
See Also