OLEDrag Method
Applies To
fpSpread and fpSpreadPreview controls
Description
Initiates an OLE drag-drop operation with the control as the source.
Syntax
Visual Basic
fpSpread1.OLEDrag( )
fpSpreadPreview1.OLEDrag( )
Remarks
Use the OLEDrag method to initiate a drag-drop operation.
When the OLEDrag method is called, the source control's OLEStartDrag event occurs.
See Also
OLECompleteDrag, OLEGiveFeedback, OLESetData, OLEStartDrag events