OLEDropMode Property
Applies To
fpSpread and fpSpreadPreview controls
Description
Sets or returns whether the control can act as an OLE drop object.
Syntax
Visual Basic
[form.]fpSpread.OLEDropMode[ = setting%]
[form.]fpSpreadPreview.OLEDropMode[ = setting%]
Remarks
The following settings are available:
Setting | Description | Constants |
---|---|---|
0 - None | (Default) Control does not accept OLE drops | fpOLEDropNone |
1 - Manual | Control accepts OLE drops and triggers the OLE drop events | fpOLEDropManual |
This setting is applied to the entire workbook, including all sheets in the control.
This property determines whether the control can be a target control.
Data Type
Integer (Enumerated)
See Also
OLEDragDrop, OLEDragOver events
OLEDrag method