Spread Silverlight Documentation
ClipboardPasteFloatingObjectUndoAction Constructor


The worksheet.
The floating objects.
Initializes a new instance of the MoveFloatingObjectUndoAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal sourceFloatingObjects() As FloatingObject _
)
'Usage
 
Dim worksheet As Worksheet
Dim sourceFloatingObjects() As FloatingObject
 
Dim instance As New ClipboardPasteFloatingObjectUndoAction(worksheet, sourceFloatingObjects)
public ClipboardPasteFloatingObjectUndoAction( 
   Worksheet worksheet,
   FloatingObject[] sourceFloatingObjects
)

Parameters

worksheet
The worksheet.
sourceFloatingObjects
The floating objects.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ClipboardPasteFloatingObjectUndoAction Class
ClipboardPasteFloatingObjectUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.