Click or drag to resize

ExcelPicturePicturePlacement Property

Represents how the picture is attached to the cells below it. The default value is ExcelPicturePlacement.MoveDontSizeWithCells and the image will move with the cells, but it will not size with them.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelPicturePlacement PicturePlacement { get; set; }

Property Value

Type: ExcelPicturePlacement
See Also