XlAnchorPoint Properties
Represents an anchor point used to position a picture in a worksheet.| Name | Description |
|---|---|
| Column | Gets the index of the column that contains the anchor cell. |
| ColumnOffsetInPixels | Gets the horizontal offset from the left edge of the anchor cell to the actual position of the anchor point. |
| Row | Gets the index of the row that contains the anchor cell. |
| RowOffsetInPixels | Gets the vertical offset from the top edge of the anchor cell to the actual position of the anchor point. |
See Also