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; }
Public Property PicturePlacement As ExcelPicturePlacement
Get
Set
Property Value
Type:
ExcelPicturePlacementSee Also