'Declaration
Public Overloads Sub InsertRange( _ ByVal startingCellAddress As String, _ ByVal endingCellAddress As String, _ ByVal shiftType As InsertRangeShiftType _ )
'Usage
Dim instance As Worksheet Dim startingCellAddress As String Dim endingCellAddress As String Dim shiftType As InsertRangeShiftType instance.InsertRange(startingCellAddress, endingCellAddress, shiftType)
public void InsertRange( string startingCellAddress, string endingCellAddress, InsertRangeShiftType shiftType )
Parameters
- startingCellAddress
- The Address of the Cell that is currently located where the top left corner of the inserted range will be located.
- endingCellAddress
- The Address of the Cell that is currently located where the bottom right corner of the inserted range will be located.
- shiftType
- Specifies the InsertRangeShiftType.