XlsBitmapShape
CropBottomOffset Property
|
Gets or sets the bottom offset for cropping the picture, represented as an integer scaled by 100,000.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int CropBottomOffset { get; set; }
Public Property CropBottomOffset As Integer
Get
Set
public:
property int CropBottomOffset {
int get ();
void set (int value);
}
member CropBottomOffset : int with get, set
Property Value
Type:
Int32
The bottom offset value, scaled by 100,000.
See Also