Obtains the horizontal offset of the image's bottom-right corner from the top-left corner of the ending cell in the embedded image's cell range. This property measures the distance, that the image extends beyond the starting point within its final anchor cell.
public int Dx2 { get; }
An integer representing the horizontal offset from the beginning of the ending cell to the image's right edge.
The Dx2 property, in combination with Dy2 (the vertical offset for the bottom edge), is crucial for understanding and manipulating the precise placement and size of an embedded image within a sheet. These properties enable detailed adjustments to how images integrate with the sheet's data layout.