'宣言
Public Shared Function CreateClipboardInsertCommand( _
ByVal As Worksheet, _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal columnCount As Integer, _
ByVal As Worksheet, _
ByVal As Integer, _
ByVal targetColumn As Integer, _
ByVal As ManipulationOptions, _
ByVal As Boolean, _
ByVal As InsertShiftDirection, _
ByVal As Boolean _
) As Command
public static Command CreateClipboardInsertCommand(
Worksheet ,
int ,
int column,
int ,
int columnCount,
Worksheet ,
int ,
int targetColumn,
ManipulationOptions ,
bool ,
InsertShiftDirection ,
bool
)