ExcelPicturePictureHeightPx Property |
Gets or sets the height in pixels (1 pixels is 1/96 inch) of the picture area. The bottom row index is adjusted based on the specified height.
The height is measured in pixels. The dimensions can be converted from pixels to inches using the UnitsConverter class.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic int PictureHeightPx { get; set; }Public Property PictureHeightPx As Integer
Get
Set
Property Value
Int32
See Also