ExcelPicturePictureTopPositionPx Property
Gets or sets the position in pixels (1 pixels is 1/96 inch) of the the top edge of the picture area inside the worksheet.
The top and bottom column indexes are adjusted based on the specified top position to keep the height. The top position
is measured in pixels. The dimensions can be converted from pixels to inches using the UnitsConverter class.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public int PictureTopPositionPx { get; set; }
Public Property PictureTopPositionPx As Integer
Get
Set
public:
property int PictureTopPositionPx {
int get ();
void set (int value);
}
member PictureTopPositionPx : int with get, set
Property Value
Int32