SpreadsheetGear.Commands Namespace > CommandRange.PasteSpecial Class : CommandRange.PasteSpecial Constructor |
'Declaration
Public Function New( _ ByVal range As IRange, _ ByVal pasteType As PasteType, _ ByVal pasteOperation As PasteOperation, _ ByVal skipBlanks As System.Boolean, _ ByVal transpose As System.Boolean _ )
'Usage
Dim range As IRange Dim pasteType As PasteType Dim pasteOperation As PasteOperation Dim skipBlanks As System.Boolean Dim transpose As System.Boolean Dim instance As New CommandRange.PasteSpecial(range, pasteType, pasteOperation, skipBlanks, transpose)
public CommandRange.PasteSpecial( IRange range, PasteType pasteType, PasteOperation pasteOperation, System.bool skipBlanks, System.bool transpose )
public CommandRange.PasteSpecial( range: IRange; pasteType: PasteType; pasteOperation: PasteOperation; skipBlanks: System.Boolean; transpose: System.Boolean );
public function CommandRange.PasteSpecial( range : IRange, pasteType : PasteType, pasteOperation : PasteOperation, skipBlanks : System.boolean, transpose : System.boolean );
public: CommandRange.PasteSpecial( IRange* range, PasteType pasteType, PasteOperation pasteOperation, System.bool skipBlanks, System.bool transpose )
public: CommandRange.PasteSpecial( IRange^ range, PasteType pasteType, PasteOperation pasteOperation, System.bool skipBlanks, System.bool transpose )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2