ExcelPicturePictureTopPositionPoints Property
Gets or sets the position in points (1 point is 1/72 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.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public double PictureTopPositionPoints { get; set; }
Public Property PictureTopPositionPoints As Double
Get
Set
public:
property double PictureTopPositionPoints {
double get ();
void set (double value);
}
member PictureTopPositionPoints : float with get, set
Property Value
Double