XlAnchorPoint Constructors
Represents an anchor point used to position a picture in a worksheet.| Name | Parameters | Description |
|---|---|---|
| XlAnchorPoint(Int32, Int32, Int32, Int32) | column, row, columnOffsetInPixels, rowOffsetInPixels | Initializes a new instance of the XlAnchorPoint class with the specified settings. |
| XlAnchorPoint(Int32, Int32) | column, row | Initializes a new instance of the XlAnchorPoint class with the specified settings. |
See Also