Partilhar via


Graphic.CropLeft Property

Returns or sets the number of points that are cropped off the left side of the specified picture or OLE object.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property CropLeft As Single
    Get
    Set
'Usage
Dim instance As Graphic
Dim value As Single

value = instance.CropLeft

instance.CropLeft = value
float CropLeft { get; set; }

Property Value

Type: System.Single

Remarks

Cropping is calculated relative to the original size of the picture. For example, if you insert a picture that is originally 100 points wide, rescale it so that it’s 200 points wide, and then set the CropLeft property to 50, 100 points (not 50) will be cropped off the left side of your picture.

See Also

Reference

Graphic Interface

Graphic Members

Microsoft.Office.Interop.Excel Namespace