'Declaration
Public Enum Anchor Inherits System.Enum
'Usage
Dim instance As Anchor
public enum Anchor : System.Enum
'Declaration
Public Enum Anchor Inherits System.Enum
'Usage
Dim instance As Anchor
public enum Anchor : System.Enum
Member | Description |
---|---|
AbsoluteAnchor | This anchor uses the AbsolutePosition, Height and Width properties to determine the position of the Picture in the Worksheet. |
OneCellAnchor | This anchor uses the AnchorPosition (with the same StartingElement and EndingElement), Height and Width properties to determine the position of the Picture in the Worksheet. The TopLeftOffsets property can also be used to nudge the image using its top left corner as a reference point. |
TwoCellAnchor | This anchor uses the AnchorPosition (with different values for StartingElement and EndingElement) and Edit properties to determine the position of the Picture in the Worksheet. The TopLeftOffsets and BottomRightOffsets properties can also be used to nudge the image using either its top left or bottom right corners as a reference point. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.Anchor
Target Platforms: Windows 11, Windows 10, 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