GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > DeleteCellsRangeCommand クラス > Create メソッド : Create(IWorksheet,DeleteShiftDirection,Int32,Int32,Int32,Int32) メソッド |
'Declaration
Public Overloads Shared Function Create( _ ByVal sourceWorksheet As IWorksheet, _ ByVal shiftDirection As DeleteShiftDirection, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer _ ) As RangeActionsCommand
public static RangeActionsCommand Create( IWorksheet sourceWorksheet, DeleteShiftDirection shiftDirection, int row, int column, int row2, int column2 )