XlsBitmapShape
CropLeftOffset Property
|
Gets or sets the left offset for cropping a picture, 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 CropLeftOffset { get; set; }
Public Property CropLeftOffset As Integer
Get
Set
public:
property int CropLeftOffset {
int get ();
void set (int value);
}
member CropLeftOffset : int with get, set
Property Value
Type:
Int32
The left offset for cropping, where the actual offset is the value divided by 100,000.
Return Value
Type:
Int32
The current left offset for cropping, scaled by 100,000.
See Also