Gets the vertical offset of the image's top-left corner from the top-left corner of the starting cell in the embedded image's cell range. This property specifies the distance, that the image is offset vertically within its starting anchor cell.
public int Dy1 { get; }
An integer representing the vertical offset.
The Dy1 property is instrumental in adjusting the vertical placement of images within their cell ranges, enabling precise control over how images align with text and other sheet elements. This property, along with Dx1, allows for nuanced positioning of images to enhance the sheet's visual layout and the clarity of associated data.