GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > LegacyClipboardPasteCommand クラス > LegacyClipboardPasteCommand コンストラクタ : LegacyClipboardPasteCommand コンストラクタ(Worksheet,Int32,Int32,Int32,Int32,ManipulationOptions,MemoryStream) |
'Declaration
Public Function New( _ ByVal worksheet As Worksheet, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ ByVal manipulationOptions As ManipulationOptions, _ ByVal pasteStream As MemoryStream _ )
public LegacyClipboardPasteCommand( Worksheet worksheet, int row, int column, int row2, int column2, ManipulationOptions manipulationOptions, MemoryStream pasteStream )