ExcelPicturePlacement Enumeration |
Represents how the picture is attached to the cells below it.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelPicturePlacement
Public Enumeration ExcelPicturePlacement
Members| Member name | Value | Description |
|---|
| MoveAndSizeWithCells | 0 |
Move and size with cells.
|
| MoveDontSizeWithCells | 1 |
Move but don't size with cells.
|
| DontMoveDontSizeWithCells | 2 |
Don't move or size with cells.
|
See Also