XlsBitmapShape
CropRightOffset Property
|
Gets or sets the right offset for cropping the picture. The value is stored and retrieved in hundred-thousandths of a unit.
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 CropRightOffset { get; set; }
Public Property CropRightOffset As Integer
Get
Set
public:
property int CropRightOffset {
int get ();
void set (int value);
}
member CropRightOffset : int with get, set
Property Value
Type:
Int32
The right offset for cropping the picture in hundred-thousandths of a unit.
See Also