Xceed Workbooks for .NET v1.4 Documentation
AbsolutePosition Property


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > Picture Class : AbsolutePosition Property
Gets/sets the absolute position of the Picture in the Worksheet.
Syntax
'Declaration

 

Public Property AbsolutePosition As Position
'Usage

 

Dim instance As Picture

Dim value As Position

 

instance.AbsolutePosition = value

 

value = instance.AbsolutePosition
public Position AbsolutePosition {get; set;}
Remarks

Note that setting a value in this property will remove the value in the AnchorPosition property because using the AbsolutePosition property creates an AbsoluteAnchor, which doesn't use the AnchorPosition property.

Also note that all values in this property must be positive.

Requirements

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

See Also

Reference

Picture Class
Picture Members