'Declaration
Public Overloads Sub InsertRange( _ ByVal startingRowId As Integer, _ ByVal startingColumnId As Integer, _ ByVal endingRowId As Integer, _ ByVal endingColumnId As Integer, _ ByVal shiftType As InsertRangeShiftType _ )
'Usage
Dim instance As Worksheet Dim startingRowId As Integer Dim startingColumnId As Integer Dim endingRowId As Integer Dim endingColumnId As Integer Dim shiftType As InsertRangeShiftType instance.InsertRange(startingRowId, startingColumnId, endingRowId, endingColumnId, shiftType)
public void InsertRange( int startingRowId, int startingColumnId, int endingRowId, int endingColumnId, InsertRangeShiftType shiftType )
Parameters
- startingRowId
- The Id of the Row that is currently located where the topmost Row of the inserted CellRange will be located.
- startingColumnId
- The Id of the Column that is currently located where the leftmost Column of the inserted CellRange will be located.
- endingRowId
- The Id of the Row that is currently located where the bottommost Row of the inserted CellRange will be located.
- endingColumnId
- The Id of the Column that is currently located where the rightmost Column of the inserted CellRange will be located.
- shiftType
- Specifies the InsertRangeShiftType.