PictureFormat.Crop Property
Gets a Crop object that represents the cropping settings for the specified PictureFormat object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Crop As Crop
Get
'Usage
Dim instance As PictureFormat
Dim value As Crop
value = instance.Crop
Crop Crop { get; }
Property Value
Type: Microsoft.Office.Core.Crop
A Crop object that represents the cropping settings for the specified PictureFormat object.
Remarks
Read-only.