Hi, Support:
I want to extract all the inserted pictures with (w,h) and (x,y) at a given row, and get the (x,y) of the Cells(Row,Column), how to reach them?
By using following code:
Dim Shapes = SrcExcel.Worksheets(0)…...Next Dim row As Integer = 2 ' Replace with your desired row Dim column...column As Integer = 1 ' Replace with your desired column ' Get...