PicStretch
Bottom Property
|
Gets or sets the bottom offset for stretching picture.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double Bottom { get; set; }
Public Property Bottom As Double
Get
Set
public:
property double Bottom {
double get ();
void set (double value);
}
member Bottom : float with get, set
Property Value
Type:
Double
See Also