'Declaration
Public Overloads Sub DeleteRange( _ ByVal startingRowId As Integer, _ ByVal startingColumnId As Integer, _ ByVal endingRowId As Integer, _ ByVal endingColumnId As Integer, _ ByVal shiftType As DeleteRangeShiftType _ )
'Usage
Dim instance As Worksheet Dim startingRowId As Integer Dim startingColumnId As Integer Dim endingRowId As Integer Dim endingColumnId As Integer Dim shiftType As DeleteRangeShiftType instance.DeleteRange(startingRowId, startingColumnId, endingRowId, endingColumnId, shiftType)
public void DeleteRange( int startingRowId, int startingColumnId, int endingRowId, int endingColumnId, DeleteRangeShiftType shiftType )
Parameters
- startingRowId
- The Id of the Row that corresponds to the topmost Row of the CellRange that will be deleted.
- startingColumnId
- The Id of the Column that corresponds to the leftmost Column of the CellRange that will be deleted.
- endingRowId
- The Id of the Row that corresponds to the bottommost Row of the CellRange that will be deleted.
- endingColumnId
- The Id of the Column that corresponds to the rightmost Column of the CellRange that will be deleted.
- shiftType
- Specifies the DeleteRangeShiftType.