GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > ClipboardInsertCommand クラス > InsertCells メソッド : InsertCells(Worksheet,Int32,Int32,Worksheet,ManipulationOptions,Boolean,InsertShiftDirection,Boolean) メソッド |
'Declaration
Public Overloads Shared Function InsertCells( _ ByVal sourceWorksheet As Worksheet, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal targetWorksheet As Worksheet, _ ByVal manipulationOptions As ManipulationOptions, _ ByVal clearSource As Boolean, _ ByVal insertOptions As InsertShiftDirection, _ ByVal copyMode As Boolean _ ) As Command
public static Command InsertCells( Worksheet sourceWorksheet, int row, int column, Worksheet targetWorksheet, ManipulationOptions manipulationOptions, bool clearSource, InsertShiftDirection insertOptions, bool copyMode )