Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ClipboardPasteFloatingObjectUndoAction Class
ClipboardPasteFloatingObjectUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.