Click or drag to resize

ExcelPicturePlacement Enumeration

Represents how the picture is attached to the cells below it.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public enum ExcelPicturePlacement
Members
Member nameValueDescription
MoveAndSizeWithCells0 Move and size with cells.
MoveDontSizeWithCells1 Move but don't size with cells.
DontMoveDontSizeWithCells2 Don't move or size with cells.
See Also