CropOperations.Item Property
Parent Object: CropOperationsDescription
Allows integer-indexed access to items in the collection.
Syntax
CropOperations.Item( Index As Long ) As CropOperationProperty Value
This is a read only property whose value is a CropOperation.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the item in the collection. If an out of range index of CropOperation is provided, an error will occur. |